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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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