You've already forked DataMate
feat: Add update event handling for dataset operations and improve dataset editing logic
This commit is contained in:
@@ -97,4 +97,5 @@ export interface TaskItem {
|
||||
isCancel?: boolean;
|
||||
controller: AbortController;
|
||||
cancelFn?: () => void;
|
||||
updateEvent?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user