Skip to content

Commit

Permalink
default value of originLevel3 updated to be a valid value
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitiche committed Aug 12, 2024
1 parent 54948d8 commit b85513b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const getConfigurationInitialState: () => ConfigurationState = () => ({
nextApiBaseUrl: '',
originContext: 'Search',
originLevel2: 'default',
originLevel3: 'default',
originLevel3: '',
anonymous: false,
deviceId: '',
userDisplayName: '',
Expand Down

0 comments on commit b85513b

Please sign in to comment.