-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Persist post code when opening privacy information #347
fix: Persist post code when opening privacy information #347
Conversation
Bundle difference
|
Bundle difference
|
@@ -122,6 +128,10 @@ export const defaultAppState: AppState = { | |||
currentLayerGroup: defaultLayerGroup, | |||
infoDialogs: {}, | |||
userPostalCode: null, | |||
intro: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the discussion in Slack? Should we add intro
to blacklist or not?
Otherwise we could probably merge this one?
@DanielHabenicht @ChristophWersal @kommander
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My 2 cents: it does not hurt to persist it in the local storage and we might need it later => I would merge it as it is.
E2E tests are not up-to-date, would merge anyway... |
Bundle difference
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.