diff --git a/frontend/src/components/Assistant.vue b/frontend/src/components/Assistant.vue
index 967297b..15e77fe 100644
--- a/frontend/src/components/Assistant.vue
+++ b/frontend/src/components/Assistant.vue
@@ -47,14 +47,12 @@
" required>
-
+
@@ -112,7 +110,7 @@ const departmentUpsertModal = ref();
const inputMessage = ref("");
const chatContainer = ref(null);
const alertStore = useAlertStore();
-const commandMode = ref<"chat" | "search" | "execute">("chat");
+const commandMode = ref<"chat" | "search" | "execute">("execute");
const userUpsert = useUserUpsert();
const departmentUpsert = useDepartmentUpsert();
const userDeleteModal = ref();