Skip to content

Commit

Permalink
Match "preferences" cookie id in stories
Browse files Browse the repository at this point in the history
Otherwise accepting cookies in modal do not match cookies in page version.
  • Loading branch information
Niko Helle committed Sep 14, 2022
1 parent 55e1ea9 commit ec0bb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ export const PageVersion = (args) => {
commonGroup: 'preferences',
cookies: [
{
id: 'preferences',
id: 'preferences1',
name: 'Setting 1',
hostName: 'UserPreferences',
description:
Expand Down

0 comments on commit ec0bb8e

Please sign in to comment.