From 71193c54c29f4b84e49264db6c84b4dd7574448f Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Wed, 24 May 2023 16:03:37 +0500 Subject: [PATCH] UBER-49: custom fields in CreateLead (#3249) Signed-off-by: Vyacheslav Tumanov --- .../src/components/CreateLead.svelte | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/plugins/lead-resources/src/components/CreateLead.svelte b/plugins/lead-resources/src/components/CreateLead.svelte index a5ae42069c..c9d779b140 100644 --- a/plugins/lead-resources/src/components/CreateLead.svelte +++ b/plugins/lead-resources/src/components/CreateLead.svelte @@ -14,12 +14,12 @@ // limitations under the License. -->