From 90b044fb22d0b85057f25704c423c36ab8aa2f6e Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Wed, 15 Mar 2023 11:26:53 +0000 Subject: [PATCH] make address field optional --- static/components/customer-stall/customer-stall.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/components/customer-stall/customer-stall.html b/static/components/customer-stall/customer-stall.html index 2afd57a..522ea70 100644 --- a/static/components/customer-stall/customer-stall.html +++ b/static/components/customer-stall/customer-stall.html @@ -141,7 +141,8 @@ filled dense v-model.trim="checkoutDialog.data.address" - label="Address" + label="Address *optional" + hint="If ordering a physical product make sure to fill this" > Download OrderCheckout