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