From 92121caf5229d567ae68f586139156b4831f7fa6 Mon Sep 17 00:00:00 2001 From: Rob Mitchell Date: Wed, 23 Oct 2024 13:34:11 -0400 Subject: [PATCH] remove loading screen in favor of disabling customize query button until selection made and data loaded --- .../src/app/query/components/selectQuery/SelectSavedQuery.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/query-connector/src/app/query/components/selectQuery/SelectSavedQuery.tsx b/query-connector/src/app/query/components/selectQuery/SelectSavedQuery.tsx index 2dc541d78..8bc6659e0 100644 --- a/query-connector/src/app/query/components/selectQuery/SelectSavedQuery.tsx +++ b/query-connector/src/app/query/components/selectQuery/SelectSavedQuery.tsx @@ -85,12 +85,12 @@ const SelectSavedQuery: React.FC = ({ ))} - {/* Customize Query Button with LoadingView */} + {/* Customize Query Button */}