You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a URL is entered with default tags, the specified value appears in the URL. However, in the tags filter panel of the UI, this tag option is missing.
For example, as shown in the demo screenshot, the URL includes tags=feature_engineering, but the filters panel in the UI does not display an option for feature_engineering.
Root cause
This issue may be due to the URL-stored tags being saved in localStorage even if they aren’t existed in the Redux store, or the opposite. Further investigation is needed to confirm the root cause.
Checklist
Include labels so that we can categorise your issue
The text was updated successfully, but these errors were encountered:
ok i know why this happens, local storage is not project specific and long back we had a discussion around making it project specific. this should we doable! we can discuss it in a PS session
Description
When a URL is entered with default tags, the specified value appears in the URL. However, in the tags filter panel of the UI, this tag option is missing.
For example, as shown in the demo screenshot, the URL includes tags=feature_engineering, but the filters panel in the UI does not display an option for feature_engineering.
Root cause
This issue may be due to the URL-stored tags being saved in localStorage even if they aren’t existed in the Redux store, or the opposite. Further investigation is needed to confirm the root cause.
Checklist
The text was updated successfully, but these errors were encountered: