diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 792d0fc8..75f1132c 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.0 +appVersion: 0.4.1 diff --git a/src/front/Components/Layouts/Folder/ClientSection/index.tsx b/src/front/Components/Layouts/Folder/ClientSection/index.tsx index 37e72e67..91136c9d 100644 --- a/src/front/Components/Layouts/Folder/ClientSection/index.tsx +++ b/src/front/Components/Layouts/Folder/ClientSection/index.tsx @@ -5,6 +5,7 @@ import Typography, { ITypo } from "@Front/Components/DesignSystem/Typography"; import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; import PlusIcon from "@Assets/Icons/plus.svg"; import UserFolder from "@Front/Components/DesignSystem/UserFolder"; +import Link from "next/link"; type IProps = { folder: IDashBoardFolder; @@ -23,7 +24,9 @@ export default class ClientSection extends React.Component {
Aucun client n’est associé au dossier.
+ + } ; } diff --git a/src/front/version.json b/src/front/version.json index 372b6eab..26a7d478 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.0" + "version": "v0.4.1" }