Skip to content

Commit

Permalink
Revert "chore(sqllab): add extra_json on tabstate (apache#24489)"
Browse files Browse the repository at this point in the history
This reverts commit e20b695.
  • Loading branch information
sadpandajoe committed Jul 6, 2023
1 parent 5bdb774 commit cdaa49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/models/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ def to_dict(self) -> dict[str, Any]:
"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,
}


Expand Down

0 comments on commit cdaa49d

Please sign in to comment.