feat: Allow users to create dashboard apps to give agents more context (#4761)
This commit is contained in:
@@ -61,7 +61,10 @@ export const actions = {
|
||||
dispatch('conversationAttributes/getAttributes', {}, { root: true });
|
||||
}
|
||||
} catch (error) {
|
||||
const data = error && error.response && error.response.data ? error.response.data : error
|
||||
const data =
|
||||
error && error.response && error.response.data
|
||||
? error.response.data
|
||||
: error;
|
||||
IFrameHelper.sendMessage({
|
||||
event: 'error',
|
||||
errorType: SET_USER_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user