mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fix View Data option and column config for Foreign Tables. Fixes #2691
This commit is contained in:
@@ -660,7 +660,7 @@ class ForeignTableCommand(GridCommand):
|
||||
|
||||
It is a derived class for ForeignTable type.
|
||||
"""
|
||||
object_type = 'foreign-table'
|
||||
object_type = 'foreign_table'
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user