mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(sqllab): inconsistent addNewQueryEditor behavior (#21999)
This commit is contained in:
@@ -319,7 +319,7 @@ const SqlEditor = ({
|
||||
key: userOS === 'Windows' ? 'ctrl+q' : 'ctrl+t',
|
||||
descr: t('New tab'),
|
||||
func: () => {
|
||||
dispatch(addNewQueryEditor(queryEditor));
|
||||
dispatch(addNewQueryEditor());
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user