chore(sqllab): add extra_json on tabstate (#24489)

This commit is contained in:
JUST.in DO IT 2023-06-23 14:31:31 -07:00 committed by GitHub
parent b9824d687e
commit e20b69587f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}