Fix tests

This commit is contained in:
Charles Bochet
2023-08-24 14:25:20 +02:00
parent 252f1c655e
commit 37ed3c857f
3 changed files with 25 additions and 23 deletions

View File

@ -13,7 +13,7 @@ export function PipelineAddButton() {
const { enqueueSnackBar } = useSnackBar();
const { closeDropdownButton, toggleDropdownButton } = useDropdownButton({
key: 'add-company-progress',
key: 'add-pipeline-progress',
});
const createCompanyProgress = useCreateCompanyProgress();