Skip to content

Commit

Permalink
update typescript check
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Mar 11, 2024
1 parent 0044d34 commit c936f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/formkit/inputs/verify-form/features/index.ts
Expand Up @@ -21,7 +21,7 @@ export function setIncompleteMessage(node: FormKitNode) {
);
}

function buildVerifyFormValue(node: FormkitNode) {
function buildVerifyFormValue(node: FormKitNode) {
const parentValue = {
...node.parent.value,
};
Expand Down

0 comments on commit c936f19

Please sign in to comment.