Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix: 🚨 Fix ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m5x5 committed Apr 30, 2022
1 parent 063b00c commit 6fac374
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default function InputVariable({
<Input
style={{ width: '100%' }}
{...props}
field={field}
onChange={onChange}
placeholder={config.placeholder}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function Input({ field, config, isEvent, ...props }: Props) {
<Label>{config.title}</Label>
<MyInput
{...props}
field={field}
onChange={onChange}
placeholder={config.placeholder}
style={{ width: '100%' }}
Expand Down

0 comments on commit 6fac374

Please sign in to comment.