mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
chore(release): 1.2.4-rc.3
This commit is contained in:
@@ -21,6 +21,8 @@ export type projectFormProps = {
|
||||
onSuccess?: (data: any) => void;
|
||||
};
|
||||
|
||||
|
||||
|
||||
export const ProjectForm = (props: projectFormProps) => {
|
||||
const router = useRouter();
|
||||
const isCreate = !Boolean(props.defaultValues);
|
||||
|
||||
Reference in New Issue
Block a user