Add space settings
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
9d8efce26d
commit
833edc9568
9 changed files with 271 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ import PublicRooms from '../public-rooms/PublicRooms';
|
|||
import CreateRoom from '../create-room/CreateRoom';
|
||||
import InviteUser from '../invite-user/InviteUser';
|
||||
import Settings from '../settings/Settings';
|
||||
import SpaceSettings from '../space-settings/SpaceSettings';
|
||||
|
||||
function Windows() {
|
||||
const [isInviteList, changeInviteList] = useState(false);
|
||||
|
|
@ -83,6 +84,7 @@ function Windows() {
|
|||
isOpen={settings}
|
||||
onRequestClose={() => changeSettings(false)}
|
||||
/>
|
||||
<SpaceSettings />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue