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

This commit is contained in:
feitianbubu
2026-01-19 12:57:51 +08:00
parent 5c1d43fc2a
commit 0f8ba448ce

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)}