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(ui): DataLoaderDropdown use function=> promise instead of promise. Fixes #4654 #4655

Merged
merged 1 commit into from Dec 7, 2020

Conversation

tczhao
Copy link
Member

@tczhao tczhao commented Dec 6, 2020

DataLoaderDropdown fix input type from promise to function that returns promise
so that promise only gets executed in the child component instead of everywhere..

Sorry about all the trouble

Signed-off-by: Tianchu Zhao evantczhao@gmail.com

Checklist:

Fixes #4654

return promise so that promise only get executed in the child component
instead of everywhere..

Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
@alexec
Copy link
Contributor

alexec commented Dec 7, 2020

Excellent!

Copy link
Contributor

@alexec alexec left a comment

Choose a reason for hiding this comment

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

Thank for such a quick fix!

@alexec alexec merged commit 3b66f74 into argoproj:master Dec 7, 2020
alexec added a commit that referenced this pull request Dec 7, 2020
…hat (#4655)

Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
@simster7
Copy link
Member

Back-ported to v2.12.0-rc5

simster7 pushed a commit that referenced this pull request Dec 10, 2020
…hat (#4655)

Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
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.

New template/cron workflow drop-down result in too many extra API calls
3 participants