fix word
This commit is contained in:
parent
aa0270ffe1
commit
41fb5288ce
1 changed files with 2 additions and 2 deletions
|
|
@ -464,8 +464,8 @@ export class KpiUserEvaluationController extends Controller {
|
||||||
level: levelForGourp,
|
level: levelForGourp,
|
||||||
weight: 100,
|
weight: 100,
|
||||||
})
|
})
|
||||||
.catch((x) => {
|
.catch((error) => {
|
||||||
throw new HttpError(HttpStatusCode.NOT_FOUND, x);
|
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่สามารถสร้างข้อมูลสมรรถนะได้");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue