fix(sqllab): update persistent queryEditor keys (#21246)

This commit is contained in:
JUST.in DO IT 2022-08-30 09:46:31 -07:00 committed by GitHub
parent 05bdaf2376
commit ad6b98c2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ const PERSISTENT_QUERY_EDITOR_KEYS = new Set([
'southPercent',
'sql',
'templateParams',
'title',
'name',
'hideLeftBar',
]);