From dec889016bb3e1a3d87b61af4413adf2c42305a0 Mon Sep 17 00:00:00 2001 From: liukaiming-alipay Date: Thu, 9 Jan 2025 14:02:18 +0800 Subject: [PATCH] feat: Field adjustment --- osgraph-web/src/result/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/osgraph-web/src/result/index.tsx b/osgraph-web/src/result/index.tsx index 6fdf6fd..bda57dd 100644 --- a/osgraph-web/src/result/index.tsx +++ b/osgraph-web/src/result/index.tsx @@ -23,7 +23,6 @@ import { GRAPH_DOCUMENT_TITLE_MAP, GRAPH_EXTEND_PARAMS_MAP, GRAPH_TEMPLATE_TYPE_MAP, - GRAPH_QUERY_SOURCE_MAP, } from "../constants/index"; import { GRAPH_RENDER_MODEL } from "../constants/graph"; import { getUrlParams } from "../utils";