From 860c308e1d8cac47e679c51876b119316af39fe7 Mon Sep 17 00:00:00 2001 From: Luis Igreja Date: Tue, 7 Jan 2025 15:28:20 -0300 Subject: [PATCH] [UXE-5366] Fix: standardize edge functions titles to display item names instead of product names (#2048) --- src/views/EdgeFunctions/EditView.vue | 4 +++- .../EdgeFunctions/FormFields/FormFieldsEditEdgeFunctions.vue | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/EdgeFunctions/EditView.vue b/src/views/EdgeFunctions/EditView.vue index 15c6f184c..c78bf53d8 100644 --- a/src/views/EdgeFunctions/EditView.vue +++ b/src/views/EdgeFunctions/EditView.vue @@ -27,6 +27,7 @@ }) const updateObject = ref({}) const language = ref(null) + const name = ref('') const handleTrackSuccessEdit = () => { tracker.product @@ -67,7 +68,7 @@