From 67ac3d6d2116de7f14a8e73432d22614f0ab4284 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Mon, 31 Jul 2023 15:23:44 +0800 Subject: [PATCH] Fix typo --- web/src/PaymentEditPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/PaymentEditPage.js b/web/src/PaymentEditPage.js index 7a1a65f2..cee277f5 100644 --- a/web/src/PaymentEditPage.js +++ b/web/src/PaymentEditPage.js @@ -163,7 +163,7 @@ class PaymentEditPage extends React.Component { {Setting.getLabel(i18next.t("general:Organization"), i18next.t("general:Organization - Tooltip"))} : - { + { // this.updatePaymentField('organization', e.target.value); }} />