Skip to content

Commit

Permalink
Update input.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen authored May 15, 2024
1 parent 8e85d4a commit 2a37f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/auto-form/fields/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function AutoFormInput({
const { showLabel: _showLabel, ...fieldPropsWithoutShowLabel } = fieldProps;
const showLabel = _showLabel === undefined ? true : _showLabel;
const type = fieldProps.type || "text";
console.log({ fieldConfigItem, fieldProps });

return (
<div className="flex flex-row items-center space-x-2">
Expand Down

0 comments on commit 2a37f85

Please sign in to comment.