mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed failed test cases.
This commit is contained in:
committed by
Akshay Joshi
parent
737bc6a965
commit
c6f9d447f7
@@ -60,7 +60,7 @@ export default class OneToManyDialog {
|
||||
},{
|
||||
id: 'referenced_table_uid', label: gettext('Referenced Table'),
|
||||
type: 'select2', disabled: false,
|
||||
editable: true, options: (view)=>{
|
||||
editable: true, options: ()=>{
|
||||
let retOpts = [];
|
||||
_.forEach(tableNodesDict, (node, uid)=>{
|
||||
let [schema, name] = node.getSchemaTableName();
|
||||
|
||||
Reference in New Issue
Block a user