1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Mark profile as no longer temporary once it's edited

This commit is contained in:
2024-12-23 21:46:36 +04:00
parent ac85938355
commit c241bfb25c

View File

@@ -42,6 +42,7 @@
targetProfile.settings.name = profileName;
targetProfile.settings.tags = [...tagsList];
targetProfile.settings.temporary = false;
await targetProfile.save();
await goto('/features/maintenance/' + targetProfile.id);