#
luxiaotao1123
2024-10-10 8b052f65e991c28b5ef4aa490917d2624cad4f62
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')
                                                }}