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

Fixes the AppInfo window value for GA #655

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Conversation

jsonporter
Copy link
Contributor

Signed-off-by: Jason Porter jason@union.ai

This PR fixes and issue reported by users that the value displayed in the AppInfo component would always return true for "Google Analytics" even when it was actually disabled/not-loaded.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

fixes https://github.com/flyteorg/flyte/issues/613

Follow-up issue

NA

Signed-off-by: Jason Porter <jason@union.ai>
@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #655 (3c169cb) into master (8aaa4c9) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #655      +/-   ##
==========================================
- Coverage   68.31%   68.31%   -0.01%     
==========================================
  Files         448      448              
  Lines       10672    10673       +1     
  Branches     1840     1841       +1     
==========================================
  Hits         7291     7291              
- Misses       3381     3382       +1     
Impacted Files Coverage Δ
...src/components/Navigation/DefaultAppBarContent.tsx 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jsonporter jsonporter merged commit 7402f9b into master Dec 19, 2022
@jsonporter jsonporter deleted the json/fix-app-info-ga branch December 19, 2022 16:52
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 1.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Bug: Google Analytics shown Active string in AppInfo Dialog even when disabled
4 participants