From 86f0c1808c9eb8c66861d0d7c75ae166b5e4887b Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Thu, 12 Jun 2025 17:34:27 +0530 Subject: [PATCH] Changed error message and description --- .../src/AppBuilder/_stores/slices/queryPanelSlice.js | 12 ++++++------ server/ee | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/AppBuilder/_stores/slices/queryPanelSlice.js b/frontend/src/AppBuilder/_stores/slices/queryPanelSlice.js index 7a24a911ec..06774289ba 100644 --- a/frontend/src/AppBuilder/_stores/slices/queryPanelSlice.js +++ b/frontend/src/AppBuilder/_stores/slices/queryPanelSlice.js @@ -700,8 +700,8 @@ export const createQueryPanelSlice = (set, get) => ({ if (query.restricted) { return { status: 'failed', - message: 'Unauthorized Access', - description: '', + message: 'Query could not be completed', + description: 'Response code 401 (Unauthorized)', data: { type: 'tj-401', responseObject: { @@ -945,8 +945,8 @@ export const createQueryPanelSlice = (set, get) => ({ if (query.restricted) { return { status: 'failed', - message: 'Unauthorized Access', - description: '', + message: 'Query could not be completed', + description: 'Response code 401 (Unauthorized)', data: { type: 'tj-401', responseObject: { @@ -1016,8 +1016,8 @@ export const createQueryPanelSlice = (set, get) => ({ if (queryDetails.restricted) { return { status: 'failed', - message: 'Unauthorized Access', - description: '', + message: 'Query could not be completed', + description: 'Response code 401 (Unauthorized)', data: { type: 'tj-401', responseObject: { diff --git a/server/ee b/server/ee index 914e2c03f1..bc43a53d3a 160000 --- a/server/ee +++ b/server/ee @@ -1 +1 @@ -Subproject commit 914e2c03f18c8002ca296cf02068a9b163841bde +Subproject commit bc43a53d3a1b6126f107ebfa09d645858f7065a4