From 2ee230876423eb82d1d623dd9c0e4d378cdd066e Mon Sep 17 00:00:00 2001 From: nourAmellouk <nour.amellouk@marketingconfort.com> Date: Mon, 19 Aug 2024 03:03:49 +0100 Subject: [PATCH] correction pipline error 5 --- .../add-list-edit-termeLabel/termeLabel-edit-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/sections/product/add-edit-list-attribut/add-list-edit-termeLabel/termeLabel-edit-view.tsx b/src/shared/sections/product/add-edit-list-attribut/add-list-edit-termeLabel/termeLabel-edit-view.tsx index 7412a8b8..d097eddb 100644 --- a/src/shared/sections/product/add-edit-list-attribut/add-list-edit-termeLabel/termeLabel-edit-view.tsx +++ b/src/shared/sections/product/add-edit-list-attribut/add-list-edit-termeLabel/termeLabel-edit-view.tsx @@ -34,7 +34,7 @@ export default function LabelEditView({ id , labelId}: Props) { href: paths.dashboard.admin.product.attribut }, { name : "Label", - href : paths.dashboard.admin.product.termeLabel.root(id) + href : paths.dashboard.admin.product.termeLabel }, { name: "Modifier le label" -- GitLab