Merge branch 'develop' into devTee
This commit is contained in:
commit
ab9f349af7
3 changed files with 30 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
|
||||
function convertCompetencyType(val: string) {
|
||||
const competency = competencyType.value.find(
|
||||
(x: DataOptions) => x.id == "val"
|
||||
(x: DataOptions) => x.id == val
|
||||
);
|
||||
return competency?.name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue