fix: build enable/disable sql on frontend

This commit is contained in:
Nybkox
2025-01-03 22:57:33 +01:00
parent e73356c8da
commit 1be73d8a4c
5 changed files with 5 additions and 17 deletions

View File

@@ -167,8 +167,6 @@ export interface SchedulerEventInfo extends SqlObjectInfo {
intervalField: string;
starts: string;
executeAt: string;
enableSql: string;
disableSql: string;
}
export interface SchemaInfo {