useTasks.deleteTask had a single-arg signature and dropped the options object, so the modal's "remove dependency references" confirmation flag never reached the API and deletion still failed with TASK_HAS_DEPENDENTS. Forward options through the hook and widen the matching taskOperations.deleteTask type in AppModals. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
336 B
336 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Fix dashboard task deletion failing with "still referenced as a dependency" even after the user confirms removing dependency references. The useTasks hook's deleteTask was dropping its options argument, so the removeDependencyReferences flag from the confirmation flow never reached the API.