Skip to content

Commit

Permalink
Add reconfigureMode parameter to dialog-user
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed May 22, 2020
1 parent e4e1412 commit 2aa240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/dialogs/_reconfigure_dialog.html.haml
Expand Up @@ -3,7 +3,7 @@
.spinner{'ng-show' => "!vm.dialogLoaded"}
.col-md-12.col-lg-12{'ng-if' => 'vm.dialog'}
%dialog-user{"dialog" =>"vm.dialog", "refresh-field" => "vm.refreshField(field)", "on-update" => "vm.setDialogData(data)"}
%dialog-user{"dialog" => "vm.dialog", "refresh-field" => "vm.refreshField(field)", "on-update" => "vm.setDialogData(data)", "reconfigure-mode" => true}
.clearfix
.pull-right.button-group{'ng-show' => "vm.dialogLoaded"}
Expand Down

0 comments on commit 2aa240f

Please sign in to comment.