mirror of
https://github.com/apache/superset.git
synced 2026-06-09 09:39:25 +00:00
chore(sqllab): add extra_json on tabstate (#24489)
This commit is contained in:
@@ -502,6 +502,7 @@ class TabState(Model, AuditMixinNullable, ExtraJSONMixin):
|
||||
"template_params": self.template_params,
|
||||
"hide_left_bar": self.hide_left_bar,
|
||||
"saved_query": self.saved_query.to_dict() if self.saved_query else None,
|
||||
"extra_json": self.extra,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user