diff --git a/app/javascript/template_builder/custom_field.vue b/app/javascript/template_builder/custom_field.vue index db4b9135..8d018ed1 100644 --- a/app/javascript/template_builder/custom_field.vue +++ b/app/javascript/template_builder/custom_field.vue @@ -178,7 +178,7 @@ export default { IconTrashX, FieldType }, - inject: ['template', 'backgroundColor', 'selectedAreasRef', 't', 'locale'], + inject: ['backgroundColor', 't'], props: { field: { type: Object,