From c3d1503361ad14a8f730bc822d3303c463883863 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 26 Jan 2026 11:44:12 +0200 Subject: [PATCH] cleanup --- app/javascript/template_builder/custom_field.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,