new(admin.gbapp): Remove /publish confirmation.
This commit is contained in:
parent
e5de297586
commit
2c6f67af37
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ export class AdminDialog extends IGBDialog {
|
||||||
},
|
},
|
||||||
|
|
||||||
async step => {
|
async step => {
|
||||||
|
step.activeDialog.state.options.confirm = true; // Feature removed.
|
||||||
if (step.activeDialog.state.options.confirm || process.env.ADMIN_OPEN_PUBLISH === 'true') {
|
if (step.activeDialog.state.options.confirm || process.env.ADMIN_OPEN_PUBLISH === 'true') {
|
||||||
return await step.next('sim');
|
return await step.next('sim');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue