Make the confirm dialog modal by default
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7723529d31
commit
cf700c7ab4
|
@ -107,7 +107,7 @@ const Dialogs = {
|
||||||
'none',
|
'none',
|
||||||
buttons,
|
buttons,
|
||||||
callback,
|
callback,
|
||||||
modal
|
modal === undefined ? true : modal
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue