From bddd73411e816cad5590ea0c4e711d0818cdcbad Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Thu, 23 Jan 2025 17:44:03 +0800 Subject: [PATCH] fix modify column width (#7422) * fix modify column width * fix warnings --- frontend/src/tag/views/all-tags/index.js | 4 ++-- frontend/src/utils/map-utils.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/tag/views/all-tags/index.js b/frontend/src/tag/views/all-tags/index.js index 06c56c7368..1fa5e97c6c 100644 --- a/frontend/src/tag/views/all-tags/index.js +++ b/frontend/src/tag/views/all-tags/index.js @@ -19,7 +19,7 @@ const AllTags = ({ updateCurrentPath, ...params }) => { const tagsTableWrapperRef = useRef(null); - const { isLoading, isReloading, tagsData, store, context, currentPath } = useTags(); + const { isLoading, isReloading, tagsData, store, context, currentPath, modifyColumnWidth } = useTags(); const displayNodeKey = useRef(''); @@ -100,7 +100,7 @@ const AllTags = ({ updateCurrentPath, ...params }) => { { if (baiduMapKey) return { type: MAP_TYPE.B_MAP, key: baiduMapKey }; if (googleMapKey) return { type: MAP_TYPE.G_MAP, key: googleMapKey };