mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(edge-stacks): various custom template issues [BE-11414] (#189)
This commit is contained in:
parent
16a1825990
commit
97e7a3c5e2
24 changed files with 749 additions and 374 deletions
|
@ -14,7 +14,7 @@ export function RadioGroup<T extends string | number = string>({
|
|||
onOptionChange,
|
||||
}: Props<T>) {
|
||||
return (
|
||||
<div>
|
||||
<div className="flex flex-wrap gap-x-2 gap-y-1">
|
||||
{options.map((option) => (
|
||||
<label
|
||||
key={option.value}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue