diff --git a/cwd-admin/src/views/SettingsView.vue b/cwd-admin/src/views/SettingsView.vue index bd28e41..f79361e 100644 --- a/cwd-admin/src/views/SettingsView.vue +++ b/cwd-admin/src/views/SettingsView.vue @@ -371,7 +371,7 @@ const savingComment = ref(false); const savingFeature = ref(false); const loading = ref(false); const message = ref(""); -const messageType messageType = ref<"success" | "error">("success"); +const messageType = ref<"success" | "error">("success"); const toastMessage = ref(""); const toastType = ref<"success" | "error">("success"); const toastVisible = ref(false);