chore: locale

This commit is contained in:
MystiPanda
2024-06-30 12:57:35 +08:00
parent f4dfe8eeb4
commit 955182b05b
2 changed files with 5 additions and 7 deletions

View File

@@ -485,8 +485,6 @@ export const ProfileItem = (props: Props) => {
<RulesEditorViewer
property={option?.rules ?? ""}
open={rulesOpen}
language="yaml"
schema={undefined}
onChange={onChange}
onClose={() => setRulesOpen(false)}
/>