diff --git a/src/views/Group/GroupSettings.vue b/src/views/Group/GroupSettings.vue index d8ecb53cc..ae9f0de0d 100644 --- a/src/views/Group/GroupSettings.vue +++ b/src/views/Group/GroupSettings.vue @@ -165,9 +165,12 @@ />
- {{ - t("Update group") - }} + {{ t("Update group") }} {{ t("Delete group") }} @@ -243,7 +246,12 @@ const showCopiedTooltip = ref(false); const editableGroup = ref(); -const { onDone, onError, mutate: updateGroup } = useUpdateGroup(); +const { + onDone, + onError, + mutate: updateGroup, + loading: loadingUpdateGroup, +} = useUpdateGroup(); onDone(() => { notifier?.success(t("Group settings saved"));