Merge pull request #6184 from matrix-org/t3chguy/rs/5566

This commit is contained in:
Michael Telatynski 2021-06-14 23:27:51 +01:00 committed by GitHub
commit 6b4f63df2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 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}