Commit 0f8ba448 by feitianbubu

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

parent 5c1d43fc
......@@ -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)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment