Skip to content
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

Default new teams to active and fixed MUI warning from Autocomplete. #2853

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

ocielliottc
Copy link
Collaborator

No description provided.

@ocielliottc ocielliottc linked an issue Jan 30, 2025 that may be closed by this pull request
@@ -179,7 +179,7 @@ const EditTeamModal = ({ team = {}, open, onSave, onClose, headerText }) => {
label="Active"
variant="outlined"
className="halfWidth"
checked={editedTeam.active ? editedTeam.active : false}
checked={editedTeam.active}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first, I was absolutely terrified that I was the one responsible for this. My relief was immense.

@mkimberlin mkimberlin merged commit 9047651 into develop Feb 5, 2025
4 checks passed
@mkimberlin mkimberlin deleted the bugfix-2852/new-team-inactive branch February 5, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating a new team defaults to inactive
2 participants