Skip to content

Commit

Permalink
Update validationdoc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 27, 2022
1 parent 4c9cc72 commit f76463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/tristatecheckbox/validationdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function InvalidDemo() {
</form>
</div>
</div>
<DocSectionCode code={code} />
<DocSectionCode code={code} dependencies={{ 'react-hook-form': '^7.39.4' }} />
</>
);
}

0 comments on commit f76463b

Please sign in to comment.