updated
This commit is contained in:
parent
e1619148c6
commit
68f924b2c6
1 changed files with 1 additions and 1 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