fix: help text

This commit is contained in:
Gabe Yuan
2024-03-15 10:47:35 +08:00
parent 45127646e8
commit 2b70f28b0b
2 changed files with 8 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ function WebfixFields({ rule, webfix, setShow }) {
name="fixer"
value={fixer}
label={i18n("fixer_function")}
helperText={i18n("fixer_function_helper")}
disabled={disabled}
onChange={handleChange}
>