diff --git a/js/components/forms/ccpo_approval.js b/js/components/forms/ccpo_approval.js index 7fe245ed..a00abde3 100644 --- a/js/components/forms/ccpo_approval.js +++ b/js/components/forms/ccpo_approval.js @@ -1,10 +1,12 @@ import textinput from '../text_input' +import LocalDatetime from '../local_datetime' export default { name: 'ccpo-approval', components: { - textinput + textinput, + LocalDatetime }, data: function () {