mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolving issue setting proper value for options in Select2Cell
This commit is contained in:
parent
5e67ca959d
commit
df594d56e5
@ -310,7 +310,7 @@
|
||||
var col = _.defaults(this.column.toJSON(), this.defaults),
|
||||
model = this.model, column = this.column,
|
||||
editable = Backgrid.callByNeed(col.editable, column, model),
|
||||
optionValues = this.column.get('optionValues');
|
||||
optionValues = this.optionValues;
|
||||
|
||||
this.$el.empty();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user