Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 19 23:48:20 UTC 2026 - David Diaz <dgonzalez@suse.com>

- Internal fix to prevent warnings (not visible for users) in the
product selection form (gh#agama-project/agama#3048).

-------------------------------------------------------------------
Mon Jan 19 13:27:16 UTC 2026 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/product/ProductSelectionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ProductFormProductOption = ({
<Radio
id={product.id}
name="product"
checked={isChecked}
isChecked={isChecked}
onChange={onChange}
aria-details={detailsId}
label={
Expand Down