mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: charlie 20
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user