Skip to content

Commit

Permalink
fix: Missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 14, 2022
1 parent 67e8b99 commit 0c05300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/chart/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def pre_delete(self, item: "SliceModelView") -> None:
@has_access
def add(self) -> FlaskResponse:
payload = {
"common": common_bootstrap_payload(),
"common": common_bootstrap_payload(g.user),
"user": bootstrap_user_data(g.user),
}
return self.render_template(
Expand Down

0 comments on commit 0c05300

Please sign in to comment.