feat: Added closeDropdownButton to the handleCompanySelected (#1605)

This commit is contained in:
Zoltán Völcsey
2023-09-15 17:22:52 +02:00
committed by GitHub
parent 1be6ab2878
commit d5e40e5fc8

View File

@ -47,7 +47,7 @@ export function PipelineAddButton() {
console.error('There was a problem with the pipeline stage selection.');
return;
}
closeDropdownButton();
createCompanyProgress(selectedCompany.id, selectedPipelineStageId);
}