Skip to content

Commit 4c6e8ae

Browse files
committed
fix(task-refactor): fix digital channel task not rendering
1 parent e703f02 commit 4c6e8ae

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

packages/contact-center/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"deploy:npm": "yarn npm publish"
2424
},
2525
"dependencies": {
26-
"@webex/contact-center": "3.12.0-task-refactor.2",
26+
"@webex/contact-center": "3.12.0-task-refactor.4",
2727
"mobx": "6.13.5",
2828
"typescript": "5.6.3"
2929
},

packages/contact-center/task/src/helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@ export const useOutdialCall = (props: useOutdialCallProps) => {
12151215
module: 'widget-OutdialCall#helper.ts',
12161216
method: 'startOutdial',
12171217
});
1218+
store.handleOutdialFailed(error.message || 'Outdial failed');
12181219
});
12191220
} catch (error) {
12201221
logger?.error(`CC-Widgets: Task: Error in startOutdial - ${error.message}`, {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9544,7 +9544,7 @@ __metadata:
95449544
"@testing-library/react": "npm:16.0.1"
95459545
"@types/jest": "npm:29.5.14"
95469546
"@types/react-test-renderer": "npm:18"
9547-
"@webex/contact-center": "npm:3.12.0-task-refactor.2"
9547+
"@webex/contact-center": "npm:3.12.0-task-refactor.4"
95489548
"@webex/test-fixtures": "workspace:*"
95499549
babel-jest: "npm:29.7.0"
95509550
babel-loader: "npm:9.2.1"
@@ -9937,9 +9937,9 @@ __metadata:
99379937
languageName: node
99389938
linkType: hard
99399939

9940-
"@webex/contact-center@npm:3.12.0-task-refactor.2":
9941-
version: 3.12.0-task-refactor.2
9942-
resolution: "@webex/contact-center@npm:3.12.0-task-refactor.2"
9940+
"@webex/contact-center@npm:3.12.0-task-refactor.4":
9941+
version: 3.12.0-task-refactor.4
9942+
resolution: "@webex/contact-center@npm:3.12.0-task-refactor.4"
99439943
dependencies:
99449944
"@types/platform": "npm:1.3.4"
99459945
"@webex/calling": "npm:3.12.0-task-refactor.1"
@@ -9953,7 +9953,7 @@ __metadata:
99539953
lodash: "npm:^4.17.21"
99549954
uuid: "npm:^3.3.2"
99559955
xstate: "npm:5.24.0"
9956-
checksum: 10c0/b27f63bb5c7629d5ab1e4ec4cf3623c09b860dbf25b83ef57592c59d3e5c6aa7520a9c99bdfb15b6a181770db48dd97d4ac0c69a9a4ff62c5ba32b6bbe528967
9956+
checksum: 10c0/759b8482081c9d479a50c3683791b4608d808bd56357099d17352be635e15a45f2ad4eb559d18735e3454f3ec4ce8ef03bf38fe6788be062995f46e074d996a8
99579957
languageName: node
99589958
linkType: hard
99599959

0 commit comments

Comments
 (0)