Skip to content

fix(site): fix resource selection when workspace has no prev resources #11594

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

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

BrunoQuaresma
Copy link
Collaborator

No description provided.

@BrunoQuaresma BrunoQuaresma merged commit 162c91e into main Jan 12, 2024
@BrunoQuaresma BrunoQuaresma deleted the bq/fix-resources-selection branch January 12, 2024 18:45
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
onSelectedResourceChange(selectedResource);
}, [onSelectedResourceChange, selectedResource]);
onResourceChanges(resources);
}, [onResourceChanges, resources]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In practice, this might make the effect run a little more often, but I think the logic for the main function is set up good, so the change shouldn't really be noticeable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants