Skip to content

Commit

Permalink
feat: ✨ Check a way to limit a asset image size when show it on Kleve…
Browse files Browse the repository at this point in the history
…rScan
  • Loading branch information
saviojks committed Sep 10, 2024
1 parent adf6e7f commit 398b811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransactionForms/FormInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const FormInput: React.FC<
type !== 'textarea' &&
type !== 'object' &&
type !== 'file' &&
type !== 'hidden' && <StyledInput {...inputProps} {...registerRest} />}
type !== 'hidden' && <StyledInput {...inputProps} />}

{error && (
<ErrorMessage
Expand Down

0 comments on commit 398b811

Please sign in to comment.