fix feature form authorship option select

This commit is contained in:
João Geonizeli
2022-08-10 23:23:37 +00:00
parent 838075c3d9
commit 8a4c797ff5
3 changed files with 122 additions and 107 deletions

View File

@@ -74,6 +74,7 @@ export const FeaturesFormStep: FC = () => {
<input
{...register("authorshipType", { required: true })}
value="OTHER"
checked={authorship !== "UNIFESO"}
className="my-auto"
type="radio"
id="authorship-third"