From 145cc3fa329b529d7be7631db0ad851a88c9ee25 Mon Sep 17 00:00:00 2001 From: Dmitrii Shilov Date: Thu, 31 Jul 2025 17:59:24 +0200 Subject: [PATCH] fix: Rid of unnecessary request for query plan when executing query --- src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx b/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx index c55923486..321fc3c3d 100644 --- a/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx +++ b/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx @@ -356,6 +356,7 @@ class QueryTabComponentImpl extends React.Component