migration #51

Merged
cowch merged 166 commits from migration into main 2025-09-19 22:18:47 -05:00
Showing only changes of commit c892348d19 - Show all commits

View File

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