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");
}