mirror of
https://github.com/apache/superset.git
synced 2026-05-30 12:49:17 +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 SqlFormExtension = extensionsRegistry.get('sqleditor.extension.form');
|
||||||
|
|
||||||
const startQuery = useCallback(
|
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) {
|
if (!database) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user