From d615b579162222b12a23627b0bfd26a3196c36f9 Mon Sep 17 00:00:00 2001 From: Alexandre Monjol Date: Mon, 2 Oct 2023 11:19:12 +0200 Subject: [PATCH] feat: fallback customer name if non-existing --- ditto/base.json | 1 + src/components/customers/DeleteCustomerDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ditto/base.json b/ditto/base.json index 30c0732b5..42d7b6afb 100644 --- a/ditto/base.json +++ b/ditto/base.json @@ -739,6 +739,7 @@ "text_64d27292062d9600b089aacb": "The calculated value is not reset to 0, it is persistent over all billable periods", "text_64d272b4df12dc008076e232": "The calculated value is reset to 0 at the beginning of each period", "text_64dd2711d878ad007212de91": "Subscription external id already existing on another subscription, please type a new one", + "text_651a8ab50fd34e005d1c1dc7": "customer", "text_645d071272418a14c1c76a5f": "Connect to Adyen", "text_645d071272418a14c1c76a6b": "To connect to Adyen, please enter the API key generated from your Adyen account and the Merchant Account.", "text_645d071272418a14c1c76ad8": "Connect to Adyen", diff --git a/src/components/customers/DeleteCustomerDialog.tsx b/src/components/customers/DeleteCustomerDialog.tsx index c04474615..64a9a09ab 100644 --- a/src/components/customers/DeleteCustomerDialog.tsx +++ b/src/components/customers/DeleteCustomerDialog.tsx @@ -56,7 +56,7 @@ export const DeleteCustomerDialog = forwardRef} onContinue={async () =>