mirror of
https://github.com/apache/superset.git
synced 2026-06-08 00:59:17 +00:00
Fix spinning in Welcome page (#7247)
This commit is contained in:
@@ -219,7 +219,7 @@ class TagView(BaseSupersetView):
|
||||
'id': obj.id,
|
||||
'type': ObjectTypes.query.name,
|
||||
'name': obj.label,
|
||||
'url': obj.url,
|
||||
'url': obj.url(),
|
||||
'changed_on': obj.changed_on,
|
||||
'created_by': obj.created_by_fk,
|
||||
'creator': obj.creator(),
|
||||
|
||||
Reference in New Issue
Block a user