Skip to content

Commit a0e0050

Browse files
🚑 - fix: fix a bug that prevented the record manager from finalizing the list
1 parent 5780a36 commit a0e0050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/destructionlist/detail/DestructionListDetail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function DestructionListDetailPage() {
134134
/>
135135
{review ? <DestructionListProcessReview /> : <DestructionListEdit />}
136136

137-
{destructionList.status === "ready_for_archivist" && (
137+
{destructionList.status === "internally_reviewed" && (
138138
<Modal
139139
title="Markeer als definitief"
140140
open={archivistModalOpenState}

0 commit comments

Comments
 (0)