refactor: 移除 MUI sx 样式和未使用的 GlobalSnackbar 引用

This commit is contained in:
雨霖铃
2026-05-22 20:51:57 +08:00
parent b3dd7146ad
commit 21e44cb889
8 changed files with 10 additions and 28 deletions
-1
View File
@@ -25,7 +25,6 @@ export default function JsonDiffInput({
onChange={onChange}
placeholder={placeholder}
minRows={8}
autoResize={false}
externalError={error ?? undefined}
showClear={true}
/>