Skip to content

Commit b6aa4c8

Browse files
committed
Reformat.
1 parent 5012c72 commit b6aa4c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

django_unicorn/static/unicorn/js/component.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,11 @@ export class Component {
497497
if (updateParents) {
498498
const parent = this.getParentComponent();
499499
if (parent) {
500-
parent.setModelValues(triggeringElements, forceModelUpdates, updateParents);
500+
parent.setModelValues(
501+
triggeringElements,
502+
forceModelUpdates,
503+
updateParents
504+
);
501505
}
502506
}
503507
}

0 commit comments

Comments
 (0)