Skip to content

Commit

Permalink
footer quickfix for program (helpContent)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Nov 6, 2023
1 parent 661e26b commit dde02c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const HelpContentDialog: FC<Omit<DialogProps, 'children'>> = (props) => {
const fluentProviderId = useId('fp-helpDialog')
const context = useContext(FooterContext)
const [selectedValue, setSelectedValue] = React.useState<TabValue>(
context.props.helpContent[0].title
context.props.helpContent[0]?.title
)

const onTabSelect = (_: SelectTabEvent, data: SelectTabData) => {
Expand Down

0 comments on commit dde02c6

Please sign in to comment.