Skip to content

Commit 4797336

Browse files
committed
updating for property undefined
1 parent fc531b7 commit 4797336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/actions/callbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export function executeCallback(
748748
const __execute = async (): Promise<CallbackResult> => {
749749
const loadingOutputs = outputs.map(out => ({
750750
path: getPath(paths, out.id),
751-
property: out.property.split('@')[0],
751+
property: out.property?.split('@')[0],
752752
id: out.id
753753
}));
754754
dispatch(loading(loadingOutputs));

0 commit comments

Comments
 (0)