Fix spinning in Welcome page (#7247)

This commit is contained in:
Beto Dealmeida
2019-04-08 16:43:56 -07:00
committed by GitHub
parent ad7cc01922
commit 23ef41ffaa

View File

@@ -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(),