Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix(sqllab): update persistent queryEditor keys (apache#21246)
Browse files Browse the repository at this point in the history
(cherry picked from commit ad6b98c)
  • Loading branch information
justinpark authored and john-bodley committed Aug 30, 2022
1 parent 0cf7070 commit a145b8e
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 a145b8e

Please sign in to comment.