Skip to content

Commit

Permalink
Adds CompleteOptionsToggles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Oct 12, 2023
1 parent df844c0 commit 7f6f5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enums/viewState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const InitialTranscendViewState = makeEnum({
NoticeAndDoNotSell: 'NoticeAndDoNotSell',
/* open a modal that allows for an explanation of do not sell/share, before opting out */
DoNotSellExplainer: 'DoNotSellExplainer',
/* open a modal that allows for complete options toggling */
CompleteOptionsToggles: 'CompleteOptionsToggles',
/* open a modal that shows a notice that the privacy policy has changed, without any prompt to change consent */
PrivacyPolicyNotice: 'PrivacyPolicyNotice',
/* expanded and showing full checkbox options */
Expand Down

0 comments on commit 7f6f5cb

Please sign in to comment.