chore: locale

This commit is contained in:
MystiPanda
2024-06-30 12:57:35 +08:00
parent 2e106265f9
commit d2d6ee806d
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)}
/>