mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
fix: trigger new profile dialog, close #356
This commit is contained in:
parent
ff3460e100
commit
d3fca26499
@ -230,7 +230,7 @@ const ProfilePage = () => {
|
|||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
size="small"
|
size="small"
|
||||||
onClick={viewerRef.current?.create}
|
onClick={() => viewerRef.current?.create()}
|
||||||
>
|
>
|
||||||
{t("New")}
|
{t("New")}
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user