Clear selected rooms after operation in manage space rooms

pull/21833/head
Michael Telatynski 2021-06-14 22:18:18 +01:00
parent f8eea2ae23
commit 430ec8cecd
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,7 @@ export const SpaceHierarchy: React.FC<IHierarchyProps> = ({
setError("Failed to update some suggestions. Try again later");
}
setSaving(false);
setSelected(new Map());
}}
kind="primary_outline"
disabled={disabled}