-
Notifications
You must be signed in to change notification settings - Fork 112
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: List application api by label #727
Fix: List application api by label #727
Conversation
Signed-off-by: Basuotian <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #727 +/- ##
==========================================
+ Coverage 60.34% 60.39% +0.05%
==========================================
Files 99 99
Lines 17966 17974 +8
==========================================
+ Hits 10841 10855 +14
+ Misses 5788 5782 -6
Partials 1337 1337
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Basuotian <[email protected]>
Signed-off-by: Basuotian <[email protected]>
66cd218
to
f379613
Compare
f379613
to
93ecac2
Compare
packages/velaux-ui/src/pages/ProjectApplications/components/SelectSearch/index.tsx
Fixed
Show fixed
Hide fixed
Signed-off-by: Basuotian <[email protected]>
packages/velaux-ui/src/pages/ProjectApplications/components/SelectSearch/index.tsx
Show resolved
Hide resolved
Signed-off-by: Basuotian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of your changes
Fixes: List application api by label
I have:
yarn lint
to ensure the frontend changes are ready for review.make reviewable
to ensure the server changes are ready for review.backport release-x.y
labels to auto-backport this PR if necessary.Special notes for your reviewer