From da024f7b6f4f673171c4df5af7ccb7f2f815f0da Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 19 May 2025 09:11:09 +0800 Subject: [PATCH] refactor: remove unused props definition in ChatMessageList component --- .../crawlab-ui/src/components/ui/chat/ChatMessageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/crawlab-ui/src/components/ui/chat/ChatMessageList.vue b/frontend/crawlab-ui/src/components/ui/chat/ChatMessageList.vue index 66eca4ee..cc5b788f 100644 --- a/frontend/crawlab-ui/src/components/ui/chat/ChatMessageList.vue +++ b/frontend/crawlab-ui/src/components/ui/chat/ChatMessageList.vue @@ -1,9 +1,9 @@