Skip to content

Commit

Permalink
Merge branch 'main' into sidenavfooter
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Oct 31, 2023
2 parents 594aa05 + 8473d79 commit 6649471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface ContentSwitcherProps
/**
* Choose whether or not to automatically change selection on focus
*/
selectionMode: 'automatic' | 'manual';
selectionMode?: 'automatic' | 'manual';

/**
* Specify the size of the Content Switcher. Currently supports either `sm`, 'md' (default) or 'lg` as an option.
Expand Down

0 comments on commit 6649471

Please sign in to comment.