mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow to create the foreign table with inherits options. Fixes #1260
This commit is contained in:
committed by
Ashesh Vashi
parent
01252a13cf
commit
ec3b9bb15b
@@ -124,7 +124,7 @@ function(_, pgAdmin, $, Backbone) {
|
||||
var self = this;
|
||||
self._previous_key_values = {};
|
||||
|
||||
if ('on_server' in options && options.on_server) {
|
||||
if (!_.isUndefined(options) && 'on_server' in options && options.on_server) {
|
||||
self.on_server = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user