Skip to content

Commit

Permalink
fix(sqllab): update persistent queryEditor keys (#21246)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored Aug 30, 2022
1 parent 05bdaf2 commit ad6b98c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PERSISTENT_QUERY_EDITOR_KEYS = new Set([
'southPercent',
'sql',
'templateParams',
'title',
'name',
'hideLeftBar',
]);

Expand Down

0 comments on commit ad6b98c

Please sign in to comment.