We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec3df3 commit acbbdf0Copy full SHA for acbbdf0
client/src/containers/projects/form/index.tsx
@@ -76,7 +76,7 @@ const ProjectFieldLabel = ({
76
required = false,
77
}: {
78
title: string;
79
- data: string | undefined;
+ data: string | number | undefined;
80
required?: boolean;
81
}) => (
82
<FormLabel className="flex items-center text-xs font-semibold">
0 commit comments