File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1- import React from "react" ;
21import { withDesign } from "storybook-addon-designs" ;
32import { ComponentMeta , ComponentStory } from "@storybook/react" ;
43import ListEmpty from "./ListEmpty" ;
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const ListMaterials: React.FC<ListMaterialsProps> = ({
3434 { canBeRenewed && (
3535 < div className = "list-materials__checkbox mr-32" >
3636 < Checkbox
37+ hiddenLabel = { false }
3738 isChecked = { isItChecked }
3839 callback = { handleToggle }
3940 ariaLabel = "Vælg materiale"
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ export const ModalLoan: React.FC<ModalLoanProps> = ({
203203
204204 < div className = "modal-loan__buttons" >
205205 < Checkbox
206+ hiddenLabel = { false }
206207 isChecked = { isAllChecked }
207208 callback = { handleToggleAll }
208209 label = "Vælg alle med mulighed for fornyelse"
You can’t perform that action at this time.
0 commit comments