chore: charlie 20

This commit is contained in:
BluJ
2023-04-14 11:44:00 -06:00
parent f8382b3638
commit 3052bbe85d
6 changed files with 38 additions and 29 deletions

View File

@@ -217,7 +217,10 @@ export default async function makeFileContent(
const values = Object.fromEntries(
Array.from(allValueNames)
.filter(string.test)
.map((key) => [key, value?.spec?.["value-names"]?.[key] || key])
.map((key: string) => [
key,
value?.spec?.["value-names"]?.[key] || key,
])
);
return `Value.multiselect(${JSON.stringify(
{