From 27529ee70c3d045309a089dc33c86ebd373cea15 Mon Sep 17 00:00:00 2001 From: Chuck1sn Date: Wed, 4 Jun 2025 12:48:08 +0800 Subject: [PATCH] bottom-1.5 --- frontend/src/api/mocks/aiHandlers.ts | 2 +- frontend/src/components/InputButton.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 />