refactor(task-drawer): enhance task deletion handling and update imports

- Updated task deletion logic to ensure consistency across task management slices, including clearing selections and updating the board state.
- Refactored imports to streamline task management functionality and improve code clarity.
- Added new Ant Design icon import for enhanced UI options.
This commit is contained in:
chamikaJ
2025-07-09 12:22:37 +05:30
parent 6dba080ade
commit 29a09ec500
2 changed files with 14 additions and 11 deletions

View File

@@ -101,6 +101,7 @@ export {
DoubleRightOutlined,
UserAddOutlined,
ArrowsAltOutlined,
EllipsisOutlined
} from '@ant-design/icons';
// Re-export all components with React