mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Add description for online orgs filling out location
This commit is contained in:
parent
68b798b17d
commit
c26dbea353
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export default function OrganizationInfoForm({ requiredFields }) {
|
|||
<Field
|
||||
name="eventLocation"
|
||||
label={`${org} location`}
|
||||
description="If your organization runs online, put your own address."
|
||||
requiredFields={requiredFields}
|
||||
>
|
||||
<AddressInput isPersonalAddressInput={false} name="eventLocation" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue