瀏覽代碼

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

Seefs 1 月之前
父節點
當前提交
57ed2b3dae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/settings/personal/cards/NotificationSettings.jsx

+ 1 - 1
web/src/components/settings/personal/cards/NotificationSettings.jsx

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