Make room optional
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ interface IProps extends IDialogProps {
|
|||||||
/**
|
/**
|
||||||
* Optional room where the integration manager should be open to
|
* Optional room where the integration manager should be open to
|
||||||
*/
|
*/
|
||||||
room: Room;
|
room?: Room;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional screen to open on the integration manager
|
* Optional screen to open on the integration manager
|
||||||
|
|||||||
Reference in New Issue
Block a user