chore(release): 1.2.4-rc.3

This commit is contained in:
Théo LAGACHE
2026-01-28 15:55:28 +01:00
parent 62a6189788
commit 8f3a362a3a
@@ -21,6 +21,8 @@ export type projectFormProps = {
onSuccess?: (data: any) => void;
};
export const ProjectForm = (props: projectFormProps) => {
const router = useRouter();
const isCreate = !Boolean(props.defaultValues);