Skip to content

Commit e21d65d

Browse files
committed
Conform fix for team invite page
1 parent 32e9950 commit e21d65d

File tree

1 file changed

+3
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.invite

1 file changed

+3
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.invite/route.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export default function Page() {
134134
onValidate({ formData }) {
135135
return parse(formData, { schema });
136136
},
137+
defaultValue: {
138+
emails: [""],
139+
},
137140
});
138141

139142
const fieldValues = useRef<string[]>([""]);

0 commit comments

Comments
 (0)