Skip to content

Commit

Permalink
debugging mode
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Oct 1, 2023
1 parent 2aa6a93 commit 0ec5922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend-v2/components/AdminForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ const NewItem: React.FC<NewItemProps> = (props: NewItemProps) => {
return newData;
}

console.log(currentData)

return show ? (
<Box key={index} mb={4}>
{Object.entries(currentData)
Expand Down
File renamed without changes.

0 comments on commit 0ec5922

Please sign in to comment.