refactor(frontend): comment required now when doing manual labels

This commit is contained in:
2025-09-17 20:02:14 -05:00
parent 4cae96b1ee
commit bdc1e72fc1

View File

@@ -243,7 +243,8 @@ export default function ManualPrintForm() {
<Textarea
//label="Comments"
placeholder="add more info as needed."
{...register("additionalComments")}
{...(register("additionalComments"),
{ required: true })}
/>
</div>