diff --git a/packages/apps/esm-implementer-tools-app/src/configuration/configuration.component.tsx b/packages/apps/esm-implementer-tools-app/src/configuration/configuration.component.tsx index 16ecbd57c..522ff62ca 100644 --- a/packages/apps/esm-implementer-tools-app/src/configuration/configuration.component.tsx +++ b/packages/apps/esm-implementer-tools-app/src/configuration/configuration.component.tsx @@ -164,8 +164,13 @@ export const Configuration: React.FC = () => { kind="secondary" iconDescription="Download config" renderIcon={(props) => } + onClick={(event: React.MouseEvent) => { + if ((event.target as HTMLAnchorElement).id != 'downloadConfigBtn') + document.getElementById('downloadConfigBtn')?.click(); + }} >