Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Feb 13, 2024
1 parent 5096f28 commit 6e527b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm-fastui/src/components/FormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface FormFieldTextareaProps extends FormFieldTextarea {
}

export const FormFieldTextareaComp: FC<FormFieldTextareaProps> = (props) => {
const { name, placeholder, required, locked, rows, cols , autocomplete} = props
const { name, placeholder, required, locked, rows, cols, autocomplete } = props
return (
<div className={useClassName(props)}>
<Label {...props} />
Expand Down

0 comments on commit 6e527b3

Please sign in to comment.