Skip to content

Commit

Permalink
docs: import useFieldActions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 11, 2024
1 parent 50a0895 commit e15140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ const RemoveButton = ({ remove }: RemoveButtonProps) => (
<Example of={ListStories.ProgrammaticallySetValue} >

```tsx
import { fieldAtom, InputField } from "form-atoms";
import { fieldAtom, InputField, useFieldActions } from "form-atoms";
import { listField, List, type AddButtonProps } from "@form-atoms/list-atom";

const environmentListAtom = listAtom({
Expand Down

0 comments on commit e15140b

Please sign in to comment.