mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): closing plugin method picker selects "unknown" method (#29784)
This commit is contained in:
parent
557189d7a8
commit
9057ae9759
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
const { trigger, selectedKey, onClose }: Props = $props();
|
||||
</script>
|
||||
|
||||
<BasicModal title={$t('add_step')} {onClose} size="medium">
|
||||
<BasicModal title={$t('add_step')} onClose={() => onClose()} size="medium">
|
||||
{#await searchPluginMethods({ trigger })}
|
||||
<div class="flex w-full place-content-center place-items-center">
|
||||
<LoadingSpinner />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue