From 29b7a89dfaf1b18e457e56b572524c13e38ddf7f Mon Sep 17 00:00:00 2001 From: xuqssq Date: Sat, 28 Dec 2024 18:11:55 +0800 Subject: [PATCH] fix --- src/components/SectionList/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SectionList/index.jsx b/src/components/SectionList/index.jsx index 8e22b03..322a3ae 100644 --- a/src/components/SectionList/index.jsx +++ b/src/components/SectionList/index.jsx @@ -617,6 +617,7 @@ const SectionList = ({ max={100} value={taxRate} onChange={(value) => setTaxRate(value)} + disabled={isView} />