-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add reference code field to team settings #3431
Conversation
@@ -62,7 +62,7 @@ export default function ContactForm({ formikConfig, onSuccess }: FormProps) { | |||
onChange={(event) => { | |||
onChangeFn("homepage", event); | |||
}} | |||
value={formik.values.homepage} | |||
value={formik.values.homepage ?? ""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -62,7 +63,7 @@ const GeneralSettings: React.FC = () => { | |||
<Container maxWidth="formWrap"> | |||
<SettingsSection> | |||
<Typography variant="h2" component="h3" gutterBottom> | |||
General | |||
Settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now matches the new Editor menu.
Removed vultr server and associated DNS entries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Form is rendering correctly and pulling in codes from local authorities
What does this PR do?
metadata.organisation
) and should be exposed via the Editor