From 1e02bb77a58c53cf4b06cd7d5b855e0bc401647d Mon Sep 17 00:00:00 2001 From: SagarRajput-7 Date: Mon, 11 Aug 2025 07:52:07 +0530 Subject: [PATCH] feat: changed query param name --- frontend/src/constants/query.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/constants/query.ts b/frontend/src/constants/query.ts index 262ea0aa9409..3c241a1731cb 100644 --- a/frontend/src/constants/query.ts +++ b/frontend/src/constants/query.ts @@ -49,6 +49,5 @@ export enum QueryParams { tab = 'tab', thresholds = 'thresholds', selectedExplorerView = 'selectedExplorerView', - variableConfigs = 'variableConfigs', variables = 'variables', }