Skip to content

Commit

Permalink
Removes erroneous debugger call in twenty-front (twentyhq#5311)
Browse files Browse the repository at this point in the history
Erroneous debugger call throws an error in twenty-front app console

---------

Co-authored-by: Weiko <corentin@twenty.com>
  • Loading branch information
seanhellwig and Weiko authored May 6, 2024
1 parent 16ae34d commit 5f467ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const useFieldMetadataItem = () => {
) => {
const formattedInput = formatFieldMetadataItemInput(input);

debugger;
const defaultValue = getDefaultValueForBackend(
input.defaultValue ?? formattedInput.defaultValue,
input.type,
Expand Down

0 comments on commit 5f467ab

Please sign in to comment.