Only make the initial space rooms suggested by default
This commit is contained in:
parent
e2468854f6
commit
d3ba33172b
2 changed files with 4 additions and 1 deletions
|
@ -517,6 +517,7 @@ const SpaceSetupFirstRooms = ({ space, title, description, onFinished }) => {
|
|||
andView: false,
|
||||
inlineErrors: true,
|
||||
parentSpace: space,
|
||||
suggested: true,
|
||||
});
|
||||
}));
|
||||
onFinished(filteredRoomNames.length > 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue