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: asset property list render #286

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

tracy-french
Copy link
Collaborator

@tracy-french tracy-french commented Feb 28, 2024

What this PR does / why we need it: #279 included a change which caused the asset property drop-down to not render the asset property names. This is due to a reference to the wrong list, which was not caught by TypeScript, as the options prop of <Select /> does not have strong type safety (i.e., it only requires a list of type T).

#285 acts as an effective regression test to ensure asset property list is functional.

@tracy-french tracy-french requested a review from a team as a code owner February 28, 2024 22:11
@tracy-french tracy-french requested review from iwysiu and njvrzm and removed request for a team February 28, 2024 22:11
@kevinwcyu kevinwcyu merged commit d4695d6 into grafana:main Feb 29, 2024
3 checks passed
@kevinwcyu
Copy link
Contributor

Thanks for the fix @tracy-french, I'll have a look at #285 next.

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

Successfully merging this pull request may close these issues.

2 participants