diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index bd7e60e2f4..0ea068d389 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -365,6 +365,7 @@ export const Commands = [ Modal.createTrackedDialog('Slash Commands', 'Topic', InfoDialog, { title: room.name, description:
, + hasCloseButton: true, }); return success(); },