mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Fix delete error when a maps was previouly deleted.
This commit is contained in:
parent
f03b7a957c
commit
3c9fcbf8e1
@ -400,6 +400,7 @@ export const MapsList = (props: MapsListProps): React.ReactElement => {
|
|||||||
actionType: 'delete',
|
actionType: 'delete',
|
||||||
mapsId: selected,
|
mapsId: selected,
|
||||||
});
|
});
|
||||||
|
setSelected([]);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleAddLabelClick = () => {
|
const handleAddLabelClick = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user