diff --git a/src/components/views/dialogs/TabbedIntegrationManagerDialog.tsx b/src/components/views/dialogs/TabbedIntegrationManagerDialog.tsx index 7ee54403bd..0f87b5c18d 100644 --- a/src/components/views/dialogs/TabbedIntegrationManagerDialog.tsx +++ b/src/components/views/dialogs/TabbedIntegrationManagerDialog.tsx @@ -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