mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore(sqllab): Typescript for SqlEditor component (#25228)
This commit is contained in:
@@ -79,7 +79,7 @@ interface ScheduleQueryButtonProps {
|
||||
defaultLabel?: string;
|
||||
sql: string;
|
||||
schema?: string;
|
||||
dbId: number;
|
||||
dbId?: number;
|
||||
animation?: boolean;
|
||||
onSchedule?: Function;
|
||||
scheduleQueryWarning: string | null;
|
||||
|
||||
Reference in New Issue
Block a user