fix: update warning threshold label from '5$' to '2$'

This commit is contained in:
feitianbubu
2026-01-19 12:57:51 +08:00
parent 8ef99f4728
commit 3b01cb3f41

View File

@@ -440,7 +440,7 @@ const NotificationSettings = ({
data={[
{ value: 100000, label: '0.2$' },
{ value: 500000, label: '1$' },
{ value: 1000000, label: '5$' },
{ value: 1000000, label: '2$' },
{ value: 5000000, label: '10$' },
]}
onChange={(val) => handleFormChange('warningThreshold', val)}