diff --git a/frontend/src/api/mocks/aiHandlers.ts b/frontend/src/api/mocks/aiHandlers.ts index c7543e1..979cd08 100644 --- a/frontend/src/api/mocks/aiHandlers.ts +++ b/frontend/src/api/mocks/aiHandlers.ts @@ -15,7 +15,7 @@ export default [ }), http.post("/ai/action/search", () => { const response = HttpResponse.json({ - action: "CREATE_USER", + action: "DELETE_USER", }); return response; }), diff --git a/frontend/src/components/InputButton.vue b/frontend/src/components/InputButton.vue index ddf62d0..574f965 100644 --- a/frontend/src/components/InputButton.vue +++ b/frontend/src/components/InputButton.vue @@ -15,9 +15,9 @@ ]" :placeholder="placeholder" required />