From 3aa804f6669ae26d38b6a238ac567a2de7a599c0 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 17 Jun 2025 13:34:28 +0800 Subject: [PATCH] fix: update paragraph ordering and adjust position during bulk creation --- ui/src/api/shared/knowledge.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/api/shared/knowledge.ts b/ui/src/api/shared/knowledge.ts index 2a5b6d0e2..1426afa0a 100644 --- a/ui/src/api/shared/knowledge.ts +++ b/ui/src/api/shared/knowledge.ts @@ -4,7 +4,6 @@ import { type Ref } from 'vue' import type { pageRequest } from '@/api/type/common' import type { knowledgeData } from '@/api/type/knowledge' -import useStore from '@/stores' const prefix = '/system/shared' /**