Progress from adding existing rooms to new space upon completion
parent
378d0b264b
commit
654ce95c74
|
@ -546,6 +546,7 @@ const SpaceAddExistingRooms = ({ space, onFinished }) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setBusy(false);
|
setBusy(false);
|
||||||
|
onFinished();
|
||||||
};
|
};
|
||||||
buttonLabel = busy ? _t("Adding...") : _t("Add");
|
buttonLabel = busy ? _t("Adding...") : _t("Add");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue