fix: disable spell check

This commit is contained in:
GyDi
2022-09-28 14:15:22 +08:00
committed by GitHub
parent a916d88e85
commit 6c6b40548f
4 changed files with 7 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ const LogPage = () => {
fullWidth
size="small"
autoComplete="off"
spellCheck="false"
variant="outlined"
placeholder={t("Filter conditions")}
value={filterText}