Fix edit modal save buttons click
This commit is contained in:
parent
c079a8068f
commit
359be5373b
@ -135,6 +135,7 @@ function EditMapModal({
|
||||
padding: "0 20px",
|
||||
backgroundColor: theme.colors.muted,
|
||||
margin: "0 8px",
|
||||
height: "100%",
|
||||
}}
|
||||
>
|
||||
<MapEditor
|
||||
|
@ -80,6 +80,7 @@ function EditTokenModal({ isOpen, onDone, token, onUpdateToken }) {
|
||||
padding: "0 20px",
|
||||
backgroundColor: theme.colors.muted,
|
||||
margin: "0 8px",
|
||||
height: "100%",
|
||||
}}
|
||||
>
|
||||
<TokenPreview token={selectedTokenWithChanges} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user