mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
refactor(web): use callbacks for admin setting events (#10997)
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
{config}
|
||||
{defaultConfig}
|
||||
{savedConfig}
|
||||
on:save={({ detail }) => handleSave(detail)}
|
||||
on:reset={({ detail }) => handleReset(detail)}
|
||||
onSave={(config) => handleSave(config)}
|
||||
onReset={(options) => handleReset(options)}
|
||||
>
|
||||
<div class="flex pt-4">
|
||||
<div class="w-full flex place-content-start">
|
||||
|
||||
Reference in New Issue
Block a user