From 78d36378a58d2d986476ce89469142074d56657d Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Fri, 21 Sep 2018 14:23:21 -0400 Subject: [PATCH] add local_datetime component as child of ccpo_approval component --- js/components/forms/ccpo_approval.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 () {