Skip to content

Commit

Permalink
Fix(FieldList): eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
abder committed Oct 13, 2023
1 parent eb40783 commit da2bf08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
}

// Build "Field List" story
const FieldList = ({ example, ...args }) => {
const FieldList = ({ ...args }: { label: string; helper: string }) => {
const [list, setList] = useState({})

return (
Expand Down

0 comments on commit da2bf08

Please sign in to comment.