diff --git a/client/src/components/ActivityBar/ActivitySettings.vue b/client/src/components/ActivityBar/ActivitySettings.vue index 91033c22fce2..5792a2242bbb 100644 --- a/client/src/components/ActivityBar/ActivitySettings.vue +++ b/client/src/components/ActivityBar/ActivitySettings.vue @@ -10,6 +10,7 @@ import { useActivityStore } from "@/stores/activityStore"; import type { Activity } from "@/stores/activityStoreTypes"; import { useUnprivilegedToolStore } from "@/stores/unprivilegedToolStore"; +import GAlert from "@/components/BaseComponents/GAlert.vue"; import GButton from "@/components/BaseComponents/GButton.vue"; const props = defineProps<{ @@ -143,7 +144,7 @@ function executeActivity(activity: Activity) {
- No matching activities found. + No matching activities found.
diff --git a/client/src/components/Alert.vue b/client/src/components/Alert.vue index 232e1d54f67e..ebe2588b3cdf 100644 --- a/client/src/components/Alert.vue +++ b/client/src/components/Alert.vue @@ -1,12 +1,15 @@ + +