From c606d957657c79b85f71c751427a4e4b4319452f Mon Sep 17 00:00:00 2001 From: victor-meng <56978073+victor-meng@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:21:41 -0700 Subject: [PATCH] Reset error state if query execution is successful (#1497) --- src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx b/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx index ae8aa39fb..95ac41b93 100644 --- a/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx +++ b/src/Explorer/Tabs/QueryTab/QueryTabComponent.tsx @@ -220,7 +220,7 @@ export default class QueryTabComponent extends React.Component