mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Set options fetched from the server as it is only when transform function is not provided.
This commit is contained in:
parent
49373df02d
commit
f451bd0a83
@ -81,8 +81,9 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||
// It will allow us to generate different data based on the
|
||||
// dependencies.
|
||||
self.field.set('options', transform.bind(self, data));
|
||||
} else {
|
||||
self.field.set('options', data);
|
||||
}
|
||||
self.field.set('options', data);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user