mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37: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',
|
||||
mapsId: selected,
|
||||
});
|
||||
setSelected([]);
|
||||
};
|
||||
|
||||
const handleAddLabelClick = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user