fix(labelnossr): fix bug
This commit is contained in:
@@ -98,7 +98,7 @@ export default function PersonalTaskTable() {
|
||||
variant="transparent"
|
||||
onClick={async () => {
|
||||
setCurrentRowId(record.id)
|
||||
if ([4, 5, 6].includes(record.label_type)) {
|
||||
if ([4, 5, 6, 7].includes(record.label_type)) {
|
||||
setBackProps(`/project/person`)
|
||||
router.push(
|
||||
`/label?project_id=${record.project_id}&task_id=${record.id}`
|
||||
|
||||
Reference in New Issue
Block a user