-
Notifications
You must be signed in to change notification settings - Fork 1k
[frontend] Saved filter button and create mutation (#6044) #10258
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
Conversation
b33a463
to
fddbfe5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/6.6.0 #10258 +/- ##
================================================
Coverage ? 65.42%
================================================
Files ? 671
Lines ? 66685
Branches ? 7264
================================================
Hits ? 43628
Misses ? 23057
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
opencti-platform/opencti-front/src/components/saved_filters/SavedFilters.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/saved_filters/SavedFilterCreateDialog.tsx
Outdated
Show resolved
Hide resolved
onClose(); | ||
}, | ||
onError: () => { | ||
onClose(); |
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.
we do nothing on Error? no warning at least?
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.
opencti-platform/opencti-front/src/components/saved_filters/SavedFilterDeleteDialog.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/saved_filters/SavedFilterDeleteDialog.tsx
Outdated
Show resolved
Hide resolved
726b974
to
73d52c6
Compare
Tested locally 👌 |
Proposed changes
Related issues
Checklist
Further comments