Skip to content

Commit

Permalink
Remove unused text prop groupModalReturnLibraryText
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Mar 15, 2024
1 parent c3b0306 commit ff4560e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/storybook/groupModalArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ export default {
defaultValue: "Showing @itemsShown out of @hitcount elements",
control: { type: "text" }
},
groupModalReturnLibraryText: {
defaultValue: "Can be returned to all branches of Samsøs libraries",
control: { type: "text" }
},
groupModalCheckboxText: {
control: {
type: "text"
Expand Down Expand Up @@ -70,7 +66,6 @@ export interface GroupModalProps {
groupModalDueDateDigitalMaterialText: string;
groupModalGoToMaterialText: string;
groupModalDueDateHeaderText: string;
groupModalReturnLibraryText: string;
groupModalCheckboxText: string;
groupModalHiddenLabelCheckboxOnMaterialText: string;
resultPagerStatusText: string;
Expand Down

0 comments on commit ff4560e

Please sign in to comment.