Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wwills2 committed Aug 28, 2024
1 parent d525c79 commit 3b84822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/form/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { FormikValues, useFormikContext } from 'formik';
import { Checkbox, Datepicker, Label, Textarea, TextInput } from 'flowbite-react';
import { TagInput } from './TagInput';
import { Select, SelectOption } from '@/components';
import dayjs from 'dayjs';

interface FieldProps {
name: string;
Expand Down

0 comments on commit 3b84822

Please sign in to comment.