Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benlister-okta committed May 13, 2024
1 parent 7aed65b commit 9af7d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const Dialog = ({
) : (
children
);

//Ensure new action button format is prioritized (uses || as a fallback)
const actionButtons = [
tertiaryCallToActionComponent || callToActionLastComponent,
secondaryCallToActionComponent || callToActionSecondComponent,
Expand Down

0 comments on commit 9af7d11

Please sign in to comment.