Skip to content

Commit 9758a3e

Browse files
Fix randomly failing timerange selection in tests (#1823)
1 parent 241b3c4 commit 9758a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/components/common/form/inputs/DateTimeInputComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class DateTimeInputComponent extends StatefulComponent {
5959
* @property {DateTimeInputComponentVnode} vnode the component's vnode
6060
* @return {void}
6161
*/
62-
onupdate({ attrs }) {
62+
onbeforeupdate({ attrs }) {
6363
this._updateAttrs(attrs);
6464
}
6565

0 commit comments

Comments
 (0)