chore(sqllab): Typescript for SqlEditor component (#25228)

This commit is contained in:
JUST.in DO IT
2023-10-05 12:33:01 -04:00
committed by GitHub
parent c81c60c91f
commit 34f99708d4
15 changed files with 216 additions and 158 deletions

View File

@@ -79,7 +79,7 @@ interface ScheduleQueryButtonProps {
defaultLabel?: string;
sql: string;
schema?: string;
dbId: number;
dbId?: number;
animation?: boolean;
onSchedule?: Function;
scheduleQueryWarning: string | null;