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 (