From 8b052f65e991c28b5ef4aa490917d2624cad4f62 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 10 十月 2024 17:00:38 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/settings/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/map/settings/index.jsx b/zy-acs-flow/src/map/settings/index.jsx
index a8c78a4..810312a 100644
--- a/zy-acs-flow/src/map/settings/index.jsx
+++ b/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')
                                                 }}

--
Gitblit v1.9.1