fix feature form authorship option select
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user