Skip to content

Commit 1da7022

Browse files
author
Sine Jespersen
committed
build fails
1 parent ca1db5d commit 1da7022

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/stories/Library/Lists/list-empty/ListEmpty.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from "react";
21
import { withDesign } from "storybook-addon-designs";
32
import { ComponentMeta, ComponentStory } from "@storybook/react";
43
import ListEmpty from "./ListEmpty";

src/stories/Library/Lists/list-materials/ListMaterials.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

src/stories/Library/Modals/modal-loan/ModalLoan.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)