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

FIX: (odyssey-react-mui): move variable declaration below import #2082

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

bryancunningham-okta
Copy link
Contributor

REPLACE_WITH_JIRA_TICKET_NUMBER

Summary

  • Fix variable declaration

Testing & Screenshots

  • I have confirmed this change with my designer and the Odyssey Design Team.

@bryancunningham-okta bryancunningham-okta changed the title fFIX: (odyssey-react-mui): move variable declaration below import FIX: (odyssey-react-mui): move variable declaration below import Jan 8, 2024
@@ -35,6 +34,8 @@ import { useUniqueId } from "../useUniqueId";
import { ComponentControlledState, getControlState } from "../inputUtils";
import { CheckedFieldProps } from "../FormCheckedProps";

const { CONTROLLED } = ComponentControlledState;
Copy link
Contributor

Choose a reason for hiding this comment

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

image

@bryancunningham-okta bryancunningham-okta merged commit 910e4fc into main Jan 8, 2024
1 check passed
@bryancunningham-okta bryancunningham-okta deleted the bc/fix-const-declaration-in-switch branch January 8, 2024 18:37
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.

2 participants