Skip to content

Commit 47c5038

Browse files
authored
fix: case should be created every time during createstage modal scenario (#404)
1 parent c86f47b commit 47c5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/widget/todo/todo.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class TodoComponent implements OnInit, OnDestroy {
129129
DATA_PAGES: { D__PY_MY_WORK_LIST }
130130
}
131131
} = PCore.getConstants();
132-
updateWorkList(getPConnect, getMappedValue(D__PY_MY_WORK_LIST));
132+
updateWorkList(this.pConn$, getMappedValue(D__PY_MY_WORK_LIST));
133133
}
134134

135135
updateToDo() {

0 commit comments

Comments
 (0)