Skip to content

Commit

Permalink
fix(git): resolve incorrect git conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
billhimmelsbach committed Oct 1, 2024
1 parent 1b58910 commit 067dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/formTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IdZodSchemaErrors,
PocZodSchemaErrors,
} from 'components/FormErrorHeader.data';
import { Five, One } from 'utils/constants';
import { Five, One, inputCharLimit } from 'utils/constants';
import { z } from 'zod';

// Used in react-select format (potentially can be removed)
Expand Down

0 comments on commit 067dd1b

Please sign in to comment.