mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 23:40:45 +09:00
chore: migrate away from event dispatcher (#12820)
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
{/if}
|
||||
|
||||
{#if secret}
|
||||
<APIKeySecret {secret} on:done={() => (secret = '')} />
|
||||
<APIKeySecret {secret} onDone={() => (secret = '')} />
|
||||
{/if}
|
||||
|
||||
{#if editKey}
|
||||
|
||||
Reference in New Issue
Block a user