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);
|
const formattedInput = formatFieldMetadataItemInput(input);
|
||||||
|
|
||||||
debugger;
|
|
||||||
const defaultValue = getDefaultValueForBackend(
|
const defaultValue = getDefaultValueForBackend(
|
||||||
input.defaultValue ?? formattedInput.defaultValue,
|
input.defaultValue ?? formattedInput.defaultValue,
|
||||||
input.type,
|
input.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user