mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the issue - preferences were saved.
It was regression of the commit-id:
533aaa2fa3.
This commit is contained in:
@@ -353,11 +353,11 @@ define(
|
||||
return {
|
||||
buttons:[
|
||||
{
|
||||
text: "{{ _(' <span class=button-label> OK </span>') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save"
|
||||
|
||||
text: "{{ _('OK') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save pg-alertify-button"
|
||||
|
||||
},
|
||||
{
|
||||
text: "{{ _(' <span class=button-label> Cancel </span>') }}", className: "btn btn-danger fa fa-lg fa-close"
|
||||
text: "{{ _('Cancel') }}", className: "btn btn-danger fa fa-lg fa-times pg-alertify-button"
|
||||
}
|
||||
],
|
||||
focus: { element: 0 },
|
||||
|
||||
Reference in New Issue
Block a user