You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Progress from adding existing rooms to new space upon completion
This commit is contained in:
@@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
|
||||
}
|
||||
}
|
||||
setBusy(false);
|
||||
onFinished();
|
||||
};
|
||||
buttonLabel = busy ? _t("Adding...") : _t("Add");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user