mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Remove unrequired invalidation
This commit is contained in:
parent
11a93dd7aa
commit
d5f2fc9f50
@ -35,7 +35,6 @@ const HistoryDialog = ({ mapId, onClose }: SimpleDialogProps): React.ReactElemen
|
||||
const changeHistory: ChangeHistory[] = data ? data : [];
|
||||
|
||||
const handleOnClose = (): void => {
|
||||
queryClient.invalidateQueries(`history-${mapId}`);
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user