Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
aednikanov committed Jul 16, 2024
1 parent 22bb80e commit e1c2321
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const BaseInputTemplate = ({
formContext,
isArray,
}: ExtendedInputProps) => {
console.log("value", value);
const isNumber = schema.type === "number" || schema.type === "integer";
const [isFocused, setIsFocused] = useState(false);
const [inputValue, setInputValue] = useState(isNumber ? 0 : "");
Expand Down

0 comments on commit e1c2321

Please sign in to comment.