diff options
Diffstat (limited to 'src/components/forms/DateField/index.shared.tsx')
-rw-r--r-- | src/components/forms/DateField/index.shared.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/DateField/index.shared.tsx b/src/components/forms/DateField/index.shared.tsx index 7438f5622..7b03ba901 100644 --- a/src/components/forms/DateField/index.shared.tsx +++ b/src/components/forms/DateField/index.shared.tsx @@ -19,7 +19,7 @@ export function DateFieldButton({ accessibilityHint, }: { label: string - value: string + value: string | Date onPress: () => void isInvalid?: boolean accessibilityHint?: string |