feat: Added closeDropdownButton to the handleCompanySelected (#1605)
This commit is contained in:
@ -47,7 +47,7 @@ export function PipelineAddButton() {
|
|||||||
console.error('There was a problem with the pipeline stage selection.');
|
console.error('There was a problem with the pipeline stage selection.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
closeDropdownButton();
|
||||||
createCompanyProgress(selectedCompany.id, selectedPipelineStageId);
|
createCompanyProgress(selectedCompany.id, selectedPipelineStageId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user