Refator/sorts dropdown (#1568)
* WIP * Fixed lint * Ok for sorts * Fixed on dropdown toggle * Fix lint
This commit is contained in:
@ -13,7 +13,7 @@ export function PipelineAddButton() {
|
||||
const { enqueueSnackBar } = useSnackBar();
|
||||
|
||||
const { closeDropdownButton, toggleDropdownButton } = useDropdownButton({
|
||||
key: 'add-pipeline-progress',
|
||||
dropdownId: 'add-pipeline-progress',
|
||||
});
|
||||
|
||||
const createCompanyProgress = useCreateCompanyProgress();
|
||||
@ -53,7 +53,7 @@ export function PipelineAddButton() {
|
||||
|
||||
return (
|
||||
<DropdownButton
|
||||
dropdownKey="add-pipeline-progress"
|
||||
dropdownId="add-pipeline-progress"
|
||||
buttonComponents={
|
||||
<IconButton
|
||||
Icon={IconPlus}
|
||||
|
||||
Reference in New Issue
Block a user