refactor(frontend): comment required now when doing manual labels
This commit is contained in:
@@ -243,7 +243,8 @@ export default function ManualPrintForm() {
|
||||
<Textarea
|
||||
//label="Comments"
|
||||
placeholder="add more info as needed."
|
||||
{...register("additionalComments")}
|
||||
{...(register("additionalComments"),
|
||||
{ required: true })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user