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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
The prop workspaceAddedNewDestinations is set to true whenever the page is reloaded. This is not expected behavior, as the prop should only be set to true when new destinations are added to the workspace.
Steps to Reproduce:
Open the page.
Reload the page.
Verify that the prop workspaceAddedNewDestinations is true.
Expected Behavior:
The prop workspaceAddedNewDestinations should be false when the page is loaded. It should only be set to true when new destinations are added to the workspace.
Actual Behavior:
The prop workspaceAddedNewDestinations is set to true whenever the page is loaded, even if no new destinations have been added.