Skip to content

Commit

Permalink
Renames variable
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
  • Loading branch information
michael-s-molina and john-bodley committed Aug 22, 2023
1 parent 2b375e0 commit 3b414e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class TableModelView( # pylint: disable=too-many-ancestors
"database": QuerySelectField(
"Database",
query_func=lambda: db.session.query(models.Database),
get_pk_func=lambda a: a.id,
get_pk_func=lambda item: item.id,
widget=Select2Widget(extra_classes="readonly"),
)
}
Expand Down

0 comments on commit 3b414e2

Please sign in to comment.