mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 23:15:34 -04:00
refactor group settings to use group settings form
This commit is contained in:
@@ -98,6 +98,7 @@ async function handleSubmit() {
|
||||
window.location.reload();
|
||||
}
|
||||
group.value = data;
|
||||
alert.success(i18n.t("settings.settings-updated"));
|
||||
}
|
||||
else {
|
||||
alert.error(i18n.t("settings.settings-update-failed"));
|
||||
|
||||
Reference in New Issue
Block a user