zy-acs-flow/src/map/settings/index.jsx
@@ -6,7 +6,7 @@ import MapSettings from './MapSettings'; const Settings = (props) => { const { open, onCancel, sprite, width = PAGE_DRAWER_WIDTH, title } = props; const { open, onCancel, sprite, width = PAGE_DRAWER_WIDTH, title, setSpriteSettings } = props; const theme = useTheme(); const themeMode = theme.palette.mode; const translate = useTranslate(); @@ -77,6 +77,7 @@ {activeTab === 0 && ( <MapSettings sprite={sprite} setSpriteSettings={setSpriteSettings} onSubmit={() => { alert('MapSettings') }}