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 };