From d5e40e5fc8958d768ccb66202c308ad7f788758f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20V=C3=B6lcsey?= <41576384+zvolcsey@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:22:52 +0200 Subject: [PATCH] feat: Added closeDropdownButton to the handleCompanySelected (#1605) --- front/src/modules/pipeline/components/PipelineAddButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/modules/pipeline/components/PipelineAddButton.tsx b/front/src/modules/pipeline/components/PipelineAddButton.tsx index e136d1da2..fc46f7870 100644 --- a/front/src/modules/pipeline/components/PipelineAddButton.tsx +++ b/front/src/modules/pipeline/components/PipelineAddButton.tsx @@ -47,7 +47,7 @@ export function PipelineAddButton() { console.error('There was a problem with the pipeline stage selection.'); return; } - + closeDropdownButton(); createCompanyProgress(selectedCompany.id, selectedPipelineStageId); }