mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
chore: migrate away from event dispatcher (#12820)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
icon: option.icon,
|
||||
};
|
||||
}}
|
||||
on:select={({ detail }) => onToggle(detail)}
|
||||
onSelect={onToggle}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user