mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
fix: trigger new profile dialog, close #356
This commit is contained in:
parent
e90158809a
commit
d5037f180e
|
@ -230,7 +230,7 @@ const ProfilePage = () => {
|
|||
<Button
|
||||
variant="contained"
|
||||
size="small"
|
||||
onClick={viewerRef.current?.create}
|
||||
onClick={() => viewerRef.current?.create()}
|
||||
>
|
||||
{t("New")}
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user