mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated the incorrect icon used for the cast node on refresh. Fixes #5065.
This commit is contained in:
@@ -303,7 +303,7 @@ class CastView(PGChildNodeView):
|
||||
row['oid'],
|
||||
did,
|
||||
row['name'],
|
||||
icon="icon-fts_template"
|
||||
icon="icon-cast"
|
||||
),
|
||||
status=200
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user