1
0
mirror of https://github.com/immich-app/immich.git synced 2025-04-15 12:16:52 +02:00

feat: show current/saved template in preset dropdown (#2040)

This commit is contained in:
Jason Rasmussen 2023-03-21 16:19:47 -04:00 committed by GitHub
parent 75edc6de0f
commit 2dd301e292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
api.systemConfigApi.getStorageTemplateOptions().then((res) => res.data)
]);
selectedPreset = templateOptions.presetOptions[0];
selectedPreset = savedConfig.template;
}
const getSupportDateTimeFormat = async () => {