Skip to content

Commit e610beb

Browse files
SilviaAmAmsvenvandescheur
authored andcommitted
🐛 Missing selectielijst choice mock in storybook
1 parent 3931c8e commit e610beb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/pages/destructionlist/review/DestructionListReview.stories.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ const meta: Meta<typeof DestructionListReviewPage> = {
6464
status: 200,
6565
response: userFactory(),
6666
},
67+
{
68+
url: "http://localhost:8000/api/v1/_selectielijstklasse-choices/?",
69+
method: "GET",
70+
status: 200,
71+
response: FIXTURE_SELECTIELIJSTKLASSE_CHOICES,
72+
},
6773
],
6874
},
6975
};

0 commit comments

Comments
 (0)