Skip to content

Commit b2d8e03

Browse files
committed
Change the settings of the upgrade modal to disallow closing by clicking on the backdrop
1 parent 69ee177 commit b2d8e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/app/reducers/modals-reducer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ function onUpgradeSystem(modals) {
292292
name: 'system-upgrade-modal'
293293
},
294294
options: {
295-
size: 'xsmall'
295+
size: 'xsmall',
296+
backdropClose: false
296297
}
297298
});
298299
}

0 commit comments

Comments
 (0)