diff --git a/src/front/Components/DesignSystem/Button/index.tsx b/src/front/Components/DesignSystem/Button/index.tsx index 5dc80f61..6e710213 100644 --- a/src/front/Components/DesignSystem/Button/index.tsx +++ b/src/front/Components/DesignSystem/Button/index.tsx @@ -38,6 +38,8 @@ export default function Button(props: IProps) { const attributes = { ...props, variant, disabled, type, isloading, fullwidth }; delete attributes.icon; + delete attributes.iconStyle; + delete attributes.iconPosition; return ( + + ) : (
- Aucun client n’est associé au dossier. + + Aucun client n’est associé au dossier. +
@@ -50,7 +52,7 @@ class FolderInformationClass extends BasePage {
- +
{this.doesFolderHaveCustomer() && } diff --git a/src/pages/dossier/[uid]/ajouter-client.tsx b/src/pages/dossier/[uid]/ajouter-client.tsx index cbc96d2b..ec9fb8e3 100644 --- a/src/pages/dossier/[uid]/ajouter-client.tsx +++ b/src/pages/dossier/[uid]/ajouter-client.tsx @@ -1,4 +1,4 @@ -import AddClientToFolder from "@Front/Components/Layouts/AddClientToFolder"; +import AddClientToFolder from "@Front/Components/Layouts/Folder/AddClientToFolder"; export default function Route() { return ; diff --git a/src/pages/dossier/[uid]/index.tsx b/src/pages/dossier/[uid]/index.tsx index ed68037c..2b6680d9 100644 --- a/src/pages/dossier/[uid]/index.tsx +++ b/src/pages/dossier/[uid]/index.tsx @@ -1,4 +1,4 @@ -import FolderInformation from "@Front/Components/Layouts/FolderInformation"; +import FolderInformation from "@Front/Components/Layouts/Folder/FolderInformation"; export default function Route() { return ;