Added movability of dialogs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:isTitleTranslated=true
|
||||
icon="privacy24.png"
|
||||
:show-close=true
|
||||
:buttons="[{ text: 'Ok' }]"
|
||||
:buttons="[{ text: 'Ok', action: 'close' }]"
|
||||
:modal=false
|
||||
@close="closeDialog"
|
||||
@ok="handleOk"
|
||||
|
||||
Reference in New Issue
Block a user