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