Make room optional
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6e11f2478c
commit
f2b2a04a21
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ interface IProps extends IDialogProps {
|
|||
/**
|
||||
* Optional room where the integration manager should be open to
|
||||
*/
|
||||
room: Room;
|
||||
room?: Room;
|
||||
|
||||
/**
|
||||
* Optional screen to open on the integration manager
|
||||
|
|
Loading…
Reference in a new issue