Remove issue workaround from Tempus Dominus 4

This commit is contained in:
Christopher C. Wells 2022-07-30 20:12:59 -07:00 committed by Christopher C. Wells
parent 3e60f61031
commit 44418b2906
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ BabyBuddy.DatetimePicker = function (moment) {
locale: moment.locale(),
},
};
new tempusDominus.TempusDominus(element, Object.assign(defaultOptions, options));
}
};