1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

fix: metadata map view toolbar

This commit is contained in:
杨国璇
2025-01-10 15:13:48 +08:00
parent d06d54946a
commit b395771d4c

View File

@@ -77,7 +77,7 @@ const MapViewToolBar = ({
return (
<>
<div className="sf-metadata-tool-left-operations">
<MapTypeSetter view={view} />
<MapTypeSetter view={{ view, _id: viewID }} />
<FilterSetter
isNeedSubmit={true}
wrapperClass="sf-metadata-view-tool-operation-btn sf-metadata-view-tool-filter"