Actually spawn a bug report dialog.
This commit is contained in:
parent
e47752ff8d
commit
6d42da8160
2 changed files with 5 additions and 2 deletions
|
@ -158,7 +158,8 @@ export const CommandMap = {
|
|||
const RoomUpgradeWarningDialog = sdk.getComponent("dialogs.RoomUpgradeWarningDialog");
|
||||
|
||||
const {finished} = Modal.createTrackedDialog('Slash Commands', 'upgrade room confirmation',
|
||||
RoomUpgradeWarningDialog, {roomId: roomId, targetVersion: args});
|
||||
RoomUpgradeWarningDialog, {roomId: roomId, targetVersion: args}, /*className=*/null,
|
||||
/*isPriority=*/false, /*isStatic=*/true);
|
||||
|
||||
return success(finished.then(async ([resp]) => {
|
||||
if (!resp.continue) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue