Finish bridge generalization

This commit is contained in:
Darren Clarke 2024-04-26 15:49:58 +02:00
parent cb7a3a08dc
commit cca8d03988
93 changed files with 634 additions and 2085 deletions

View file

@ -26,7 +26,7 @@ export const Edit: FC<EditProps> = ({
if (formState.success) {
router.push(`/${entity}`);
}
}, [formState.success, router]);
}, [formState.success, router, entity]);
return (
<Dialog