We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e5e4 commit e40c741Copy full SHA for e40c741
frontend/.storybook/mockData.ts
@@ -15,7 +15,7 @@ export const MOCKS = {
15
url: "http://localhost:8000/api/v1/destruction-lists/00000000-0000-0000-0000-000000000000/make_final",
16
method: "POST",
17
status: 201,
18
- response: undefined,
+ response: {},
19
},
20
DESTRUCTION_LIST_CO_REVIEWERS: {
21
url: "http://localhost:8000/api/v1/destruction-lists/00000000-0000-0000-0000-000000000000/co-reviewers/",
0 commit comments