-
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: Submission Form added to General Settings #3570
Conversation
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.
Code looks good, but the data sync on the pizza failed (so I can't log in to test!)
It can occasionally happen, it's not caused by a change in this PR. Two options to resolve this here - SSH onto Pizza and manually run script again, or just log into Vultr and destroy and recreate Pizza and associated DNS records for the PR.
I'm not sure if we've stepped through either of these processes yet. If you want to pair on either, or just try one out yourself, just let me know 👌
f785c6c
to
81ee562
Compare
Restart Vultr but still same thing so I have rebased on main and re run CI |
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.
Perfect - nice and simple 👌
What does this PR do?
This PR continues work in line with the Trello Ticket: https://trello.com/c/dVsTQpZZ/2984-allow-editors-to-see-update-their-teams-submission-email-in-team-settings-form
I have set up a "Submission Information" form in the Team Settings area. This comes with standard Formik wiring up with
ErrorWrapper
following patterns established in the other forms.