link with slug if exists (#5029)

This commit is contained in:
Truman Gao
2026-01-02 14:14:53 -08:00
committed by GitHub
parent 937be840c4
commit 09a0b34df3

View File

@@ -204,7 +204,7 @@ function openProjectForReview() {
name: 'type-id', name: 'type-id',
params: { params: {
type: 'project', type: 'project',
id: props.queueEntry.project.id, id: props.queueEntry.project.slug || props.queueEntry.project.id,
}, },
state: { state: {
showChecklist: true, showChecklist: true,