amaannawab923 commented on code in PR #38369:
URL: https://github.com/apache/superset/pull/38369#discussion_r2910752705
##########
superset-frontend/src/visualizations/presets/MainPreset.ts:
##########
@@ -101,7 +101,7 @@ export default class MainPreset extends Preset {
]
: [];
- const agGridTablePlugin = isFeatureEnabled(FeatureFlag.AgGridTableEnabled)
+ const agGridTablePlugin = true
Review Comment:
yes @alexandrusoare it was a testing change , will revert it
##########
superset-frontend/src/pages/DatasetList/DatasetList.test.tsx:
##########
@@ -165,7 +165,7 @@ test('"Bulk select" button exists for export-only users',
async () => {
expect(
await screen.findByRole('button', { name: /bulk select/i }),
).toBeInTheDocument();
-});
+}, 30000);
Review Comment:
Yes sure @alexandrusoare
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]