From 32c300c2d29a773faabadf31fac96e1b80cf9d42 Mon Sep 17 00:00:00 2001 From: SagarRajput-7 Date: Mon, 19 May 2025 03:49:57 +0530 Subject: [PATCH] feat: added button loader for apply-all --- .../container/NewDashboard/DashboardSettings/Variables/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/NewDashboard/DashboardSettings/Variables/index.tsx b/frontend/src/container/NewDashboard/DashboardSettings/Variables/index.tsx index d2983d3b46d2..d059499403bd 100644 --- a/frontend/src/container/NewDashboard/DashboardSettings/Variables/index.tsx +++ b/frontend/src/container/NewDashboard/DashboardSettings/Variables/index.tsx @@ -328,6 +328,7 @@ function VariablesSetting({ onVariableSaveHandler(variableViewMode || 'EDIT', variable, true) } className="apply-to-all-button" + loading={updateMutation.isLoading} > Apply to all