diff --git a/pages/devices/_deviceId/actions/new.vue b/pages/devices/_deviceId/actions/new.vue
index c0cc4dfc64477735f652100400c5f890c2f3f02e..152e4f8aa63078194f1933e5834c293cea5a2b52 100644
--- a/pages/devices/_deviceId/actions/new.vue
+++ b/pages/devices/_deviceId/actions/new.vue
@@ -265,8 +265,6 @@ import { IActionType, ActionType } from '@/models/ActionType'
 
 import { ACTION_TYPE_API_FILTER_DEVICE } from '@/services/cv/ActionTypeApi'
 
-import { dateToString, stringToDate } from '@/utils/dateHelper'
-
 import GenericActionForm from '@/components/GenericActionForm.vue'
 import SoftwareUpdateActionForm from '@/components/SoftwareUpdateActionForm.vue'
 import DatePicker from '@/components/DatePicker.vue'