Clear map actions on reset
This commit is contained in:
@@ -9,7 +9,7 @@ import { useAuth } from "../../contexts/AuthContext";
|
||||
|
||||
function SelectMapButton({
|
||||
onMapChange,
|
||||
onMapStateChange,
|
||||
onMapReset,
|
||||
currentMap,
|
||||
currentMapState,
|
||||
disabled,
|
||||
@@ -43,7 +43,7 @@ function SelectMapButton({
|
||||
isOpen={isModalOpen}
|
||||
onDone={handleDone}
|
||||
onMapChange={onMapChange}
|
||||
onMapStateChange={onMapStateChange}
|
||||
onMapReset={onMapReset}
|
||||
currentMap={currentMap}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user