Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 654ce95

Browse files
committed
Progress from adding existing rooms to new space upon completion
1 parent 378d0b2 commit 654ce95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
546546
}
547547
}
548548
setBusy(false);
549+
onFinished();
549550
};
550551
buttonLabel = busy ? _t("Adding...") : _t("Add");
551552
}

0 commit comments

Comments
 (0)