From 9b361ef72b20ed574e1a0467b30ff179756a5a4e Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Mon, 17 Apr 2023 17:46:14 +0200 Subject: [PATCH] depploy staging --- devops/Chart.yaml | 2 +- src/front/Components/DesignSystem/Button/index.tsx | 4 ++-- src/front/version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index b43320f8..b88a7720 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ 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.2 +appVersion: 0.4.3 diff --git a/src/front/Components/DesignSystem/Button/index.tsx b/src/front/Components/DesignSystem/Button/index.tsx index 6e710213..aeb17345 100644 --- a/src/front/Components/DesignSystem/Button/index.tsx +++ b/src/front/Components/DesignSystem/Button/index.tsx @@ -38,8 +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; + delete attributes.iconstyle; + delete attributes.iconposition; return (