Skip to content

Commit f4ac378

Browse files
fix: Case should be created every time during createstage modal scenario (#661)
Co-authored-by: tumms2021389 <[email protected]>
1 parent 228b264 commit f4ac378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_samples/mediaco/components/todo/todo.component.ts

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

139139
updateToDo() {

0 commit comments

Comments
 (0)