This commit is contained in:
dswbx
2025-03-28 15:17:04 +01:00
parent 9e3c081e50
commit 7ed5db5eaa
16 changed files with 377 additions and 73 deletions
@@ -139,6 +139,7 @@ function Adapters() {
<Button
key={i}
onClick={() => ctx.select(i)}
id={`adapter-${schema.properties.type.const}`}
variant={ctx.selected === i ? "primary" : "outline"}
className={twMerge(
"flex flex-row items-center justify-center gap-3 border",