You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/08/22 18:00:16 UTC

[superset] 12/19: Set force=false for all requests.

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch chore/e2e-tests-drilltodetail-modal
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 24c079adb6d0015935164708a43caa110ccf1df5
Author: Cody Leff <co...@preset.io>
AuthorDate: Thu Aug 11 14:41:49 2022 -0600

    Set force=false for all requests.
---
 .../src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx b/superset-frontend/src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx
index b92b87a170..03a3f99f68 100644
--- a/superset-frontend/src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx
+++ b/superset-frontend/src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx
@@ -122,7 +122,7 @@ export default function DrillDetailPane({
       getDatasourceSamples(
         datasourceType,
         datasourceId,
-        true,
+        false,
         jsonPayload,
         PAGE_SIZE,
         pageIndex + 1,