chore(release): 1.2.4-rc.4

This commit is contained in:
Théo LAGACHE
2026-01-28 15:55:57 +01:00
parent 8f3a362a3a
commit 2fca928cf0
3 changed files with 6 additions and 2 deletions
@@ -23,6 +23,10 @@ export type projectFormProps = {
export const ProjectForm = (props: projectFormProps) => {
const router = useRouter();
const isCreate = !Boolean(props.defaultValues);