Skip to content

Commit

Permalink
chore: address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispulsinelli-okta committed Dec 1, 2023
1 parent c3f3f54 commit 3edfdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/odyssey-react-mui/src/inputUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import { useMemo } from "react";

type UseControlledStateProps<Value> = {
controlledValue?: Value; // isChecked
uncontrolledValue?: Value; // isDefaultChecked
controlledValue?: Value;
uncontrolledValue?: Value;
};

export const ComponentControlledState = {
Expand Down

0 comments on commit 3edfdc3

Please sign in to comment.