1
0
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:
Michael Telatynski
2021-05-12 17:31:55 +01:00
parent 378d0b264b
commit 654ce95c74

View File

@@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
}
}
setBusy(false);
onFinished();
};
buttonLabel = busy ? _t("Adding...") : _t("Add");
}