Skip to content

Commit

Permalink
Testing if auto formatting will be applied, will be reverting this co…
Browse files Browse the repository at this point in the history
…mmit.
  • Loading branch information
brandonandre committed Jan 10, 2025
1 parent 9c3fa83 commit 7cf51a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dina-ui/pages/collection/project/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export function ProjectForm({ fetchedProject, onSaved }: ProjectFormProps) {
fetchedProject.extensionValues
);
}

console.error("Test");

const initialValues: ProjectFormValues = fetchedProject
? {
...fetchedProject,
Expand Down

0 comments on commit 7cf51a2

Please sign in to comment.