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: Variable interpolation #167

Merged
merged 2 commits into from
May 5, 2022
Merged

Fix: Variable interpolation #167

merged 2 commits into from
May 5, 2022

Conversation

zoltanbedi
Copy link
Member

@zoltanbedi zoltanbedi commented May 5, 2022

@zoltanbedi zoltanbedi self-assigned this May 5, 2022
@zoltanbedi zoltanbedi merged commit 2caa3bb into main May 5, 2022
@zoltanbedi zoltanbedi deleted the fix-variables branch May 5, 2022 10:45
@@ -15,7 +15,7 @@ export const replaceVariables = (t: TemplateSrv, query: GitHubQuery, scoped: Sco
let updatedQuery = { ...query };
Copy link
Contributor

Choose a reason for hiding this comment

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

seems like this isn't necessary. just doing a shallow copy

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.

Most query types are not working with dashboard variabels
3 participants