Commit db11bfdb by Seefs Committed by GitHub

Merge pull request #2690 from feitianbubu/pr/0d926e8180210062b85a4ee06a0b324ba9ec91f6

parents b311d482 0f8ba448
...@@ -440,7 +440,7 @@ const NotificationSettings = ({ ...@@ -440,7 +440,7 @@ const NotificationSettings = ({
data={[ data={[
{ value: 100000, label: '0.2$' }, { value: 100000, label: '0.2$' },
{ value: 500000, label: '1$' }, { value: 500000, label: '1$' },
{ value: 1000000, label: '5$' }, { value: 1000000, label: '2$' },
{ value: 5000000, label: '10$' }, { value: 5000000, label: '10$' },
]} ]}
onChange={(val) => handleFormChange('warningThreshold', val)} 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