mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Setting a missing parameter - 'empty_value' in NodeAjaxOptionsControl
This commit is contained in:
parent
8120b380bb
commit
4f4ce74518
@ -37,6 +37,7 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||
transform: undefined,
|
||||
url_with_id: false,
|
||||
first_empty: false,
|
||||
empty_value: '-- None --',
|
||||
select2: {
|
||||
allowClear: true,
|
||||
placeholder: 'Select from the list',
|
||||
|
Loading…
Reference in New Issue
Block a user