From bba91f30acc79c90c42ee012d4e837eafd262fb7 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Fri, 28 Jun 2024 20:45:53 +0800 Subject: [PATCH] Remove unnecessary `class="mt-10"` from NDataTable element. --- web/src/views/chat/components/PromptGallery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/chat/components/PromptGallery/index.vue b/web/src/views/chat/components/PromptGallery/index.vue index 446b48fb..f9e98f87 100644 --- a/web/src/views/chat/components/PromptGallery/index.vue +++ b/web/src/views/chat/components/PromptGallery/index.vue @@ -98,6 +98,6 @@ const createColumns = (): DataTableColumns => { const columns = createColumns() \ No newline at end of file