Skip to content
Snippets Groups Projects
Unverified Commit d5037f18 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: trigger new profile dialog, close #356

parent e9015880
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ const ProfilePage = () => {
<Button
variant="contained"
size="small"
onClick={viewerRef.current?.create}
onClick={() => viewerRef.current?.create()}
>
{t("New")}
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment