mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: show current/saved template in preset dropdown (#2040)
This commit is contained in:
parent
75edc6de0f
commit
2dd301e292
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
api.systemConfigApi.getStorageTemplateOptions().then((res) => res.data)
|
api.systemConfigApi.getStorageTemplateOptions().then((res) => res.data)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
selectedPreset = templateOptions.presetOptions[0];
|
selectedPreset = savedConfig.template;
|
||||||
}
|
}
|
||||||
|
|
||||||
const getSupportDateTimeFormat = async () => {
|
const getSupportDateTimeFormat = async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue