Skip to content
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: fixed unsupported language issue due to cached language in localStorage #8674

Merged

Commits on Oct 22, 2024

  1. fix: fixed unsupported language issue due to cached language in local…

    …Storage
    
    The issue:
    If selecting `PPL` in discover, and navigate to visualization creating
    page which doesn't support `PPL`, the `PPL` is still be used.
    
    The fix:
    It will only use the cached language selection from localStorage if
    the current app supports the language.
    
    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a98d69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9762b37 View commit details
    Browse the repository at this point in the history