From 7f086d1daab525151a92cd436d2e6779bd98f36a Mon Sep 17 00:00:00 2001 From: Julie Graceffa <19556185+jewls618@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:05:23 -0500 Subject: [PATCH] add condition logic --- app/javascript/template_builder/field.vue | 5 ++--- app/javascript/template_builder/field_settings.vue | 4 ++-- app/javascript/template_builder/preview.vue | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app/javascript/template_builder/field.vue b/app/javascript/template_builder/field.vue index a190d6cb..8f71f418 100644 --- a/app/javascript/template_builder/field.vue +++ b/app/javascript/template_builder/field.vue @@ -78,7 +78,7 @@ :stroke-width="1.6" /> - - + --> - - + --> - + import Contenteditable from './contenteditable' import Upload from './upload' -import { IconRouteAltLeft, IconSortDescending2 } from '@tabler/icons-vue' +import { IconSortDescending2 } from '@tabler/icons-vue' import ConditionsModal from './conditions_modal' import ReplaceButton from './replace' import Field from './field' @@ -130,7 +131,6 @@ export default { name: 'DocumentPreview', components: { Contenteditable, - IconRouteAltLeft, ConditionsModal, ReplaceButton, IconSortDescending2