mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Progress from adding existing rooms to new space upon completion
This commit is contained in:
parent
378d0b264b
commit
654ce95c74
@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
|
||||
}
|
||||
}
|
||||
setBusy(false);
|
||||
onFinished();
|
||||
};
|
||||
buttonLabel = busy ? _t("Adding...") : _t("Add");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user