refactor(web): migrate away from event dispatcher (#12802)
This commit is contained in:
+1
-1
@@ -196,5 +196,5 @@
|
||||
</UserPageLayout>
|
||||
|
||||
{#if isShowKeyboardShortcut}
|
||||
<ShowShortcuts shortcuts={duplicateShortcuts} on:close={() => (isShowKeyboardShortcut = false)} />
|
||||
<ShowShortcuts shortcuts={duplicateShortcuts} onClose={() => (isShowKeyboardShortcut = false)} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user