-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: add intersect method from backend to fontend for upload extensions #18811
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18811 +/- ##
=======================================
Coverage 66.39% 66.39%
=======================================
Files 1640 1640
Lines 63507 63509 +2
Branches 6415 6417 +2
=======================================
+ Hits 42165 42167 +2
Misses 19681 19681
Partials 1661 1661
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -107,6 +105,13 @@ const StyledAnchor = styled.a` | |||
|
|||
const { SubMenu } = Menu; | |||
|
|||
interface ExtentionConfigs { | |||
CSV_EXTENSIONS: Array<any>; |
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.
these should be boolean
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.
No these are for what are coming back from the backend configs which are arrays of extension types.
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.
…d extensions (apache#18811)" This reverts commit 8d38675.
…d extensions (apache#18811)" This reverts commit 8d38675.
SUMMARY
This pr move the intersect logic from the api to the frontend as we begin to move nav logic out of fab.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION