Removes erroneous debugger call in twenty-front (#5311)
Erroneous debugger call throws an error in twenty-front app console --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@ -26,7 +26,6 @@ export const useFieldMetadataItem = () => {
|
||||
) => {
|
||||
const formattedInput = formatFieldMetadataItemInput(input);
|
||||
|
||||
debugger;
|
||||
const defaultValue = getDefaultValueForBackend(
|
||||
input.defaultValue ?? formattedInput.defaultValue,
|
||||
input.type,
|
||||
|
||||
Reference in New Issue
Block a user