mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
style: prettier format SqlEditor/index.tsx
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -292,7 +292,10 @@ const SqlEditor: FC<Props> = ({
|
||||
const SqlFormExtension = extensionsRegistry.get('sqleditor.extension.form');
|
||||
|
||||
const startQuery = useCallback(
|
||||
(ctasArg = false, ctas_method: (typeof CtasEnum)[keyof typeof CtasEnum] = CtasEnum.Table) => {
|
||||
(
|
||||
ctasArg = false,
|
||||
ctas_method: (typeof CtasEnum)[keyof typeof CtasEnum] = CtasEnum.Table,
|
||||
) => {
|
||||
if (!database) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user