mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fix raw HTML in SliceAdder (#7338)
This commit is contained in:
committed by
GitHub
parent
f58e7b204e
commit
fef5b5efb0
@@ -243,6 +243,7 @@ class Slice(Model, AuditMixinNullable, ImportMixin):
|
||||
'slice_name': self.slice_name,
|
||||
'slice_url': self.slice_url,
|
||||
'modified': self.modified(),
|
||||
'changed_on_humanized': self.changed_on_humanized,
|
||||
'changed_on': self.changed_on.isoformat(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user