mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Progress from adding existing rooms to new space upon completion
This commit is contained in:
parent
378d0b264b
commit
654ce95c74
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
|
|||
}
|
||||
}
|
||||
setBusy(false);
|
||||
onFinished();
|
||||
};
|
||||
buttonLabel = busy ? _t("Adding...") : _t("Add");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue