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