fix(api): use https://label.softtest.cowarobot.com
This commit is contained in:
@@ -99,7 +99,7 @@ export default function PersonalTaskTable() {
|
||||
onClick={async () => {
|
||||
setCurrentRowId(record.id)
|
||||
if ([4, 5, 6, 7].includes(record.label_type)) {
|
||||
setBackProps(`/project/person`)
|
||||
setBackProps(`/management/person/dashboard`)
|
||||
router.push(
|
||||
`/label?project_id=${record.project_id}&task_id=${record.id}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user