feat: plugin config editor form

This commit is contained in:
Junyan Qin
2025-05-09 18:52:04 +08:00
parent a5f3331c24
commit 7c15f3ba12
9 changed files with 135 additions and 16 deletions
@@ -467,7 +467,7 @@ export default function LLMForm({
</Button>
)}
<Button type="button" onClick={() => onFormCancel()}>
<Button type="button" variant="outline" onClick={() => onFormCancel()}>
</Button>
</DialogFooter>