@industry-theme/backlogmd-kanban-panel 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56459,7 +56459,7 @@ const TaskDetailPanel = ({
56459
56459
  setDeleteState({
56460
56460
  status: "idle"
56461
56461
  });
56462
- }, 2e3);
56462
+ }, 500);
56463
56463
  } catch (error) {
56464
56464
  const errorMessage = error instanceof Error ? error.message : "Failed to delete task";
56465
56465
  setDeleteState({