From 10dba332c2c573822b6740b07c2b81b9fa40c863 Mon Sep 17 00:00:00 2001 From: dahoud Date: Wed, 15 Oct 2025 22:53:08 +0000 Subject: [PATCH] fix: Replace ActionButton with Button for maintenance action to support event parameter --- app/(main)/planning/materiel/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/(main)/planning/materiel/page.tsx b/app/(main)/planning/materiel/page.tsx index fd31e15..59de6fb 100644 --- a/app/(main)/planning/materiel/page.tsx +++ b/app/(main)/planning/materiel/page.tsx @@ -775,10 +775,11 @@ const MaterielPage = () => { setPlanningDialog(true); }} /> - { setSelectedMateriel(rowData); op.current?.toggle(e);