mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
use hard coded select key
This commit is contained in:
@@ -143,7 +143,6 @@ export default async function makeFileContent(
|
||||
name: ${JSON.stringify(value.name || null)},
|
||||
description: ${JSON.stringify(value.tag.description || null)},
|
||||
warning: ${JSON.stringify(value.tag.warning || null)},
|
||||
selectKey: ${JSON.stringify(value.tag.id || null)},
|
||||
nullable: false,
|
||||
default: ${JSON.stringify(value.default || null)},
|
||||
variants: ${variants},
|
||||
@@ -267,9 +266,6 @@ export default async function makeFileContent(
|
||||
warning: ${JSON.stringify(
|
||||
value?.spec?.tag?.warning || null
|
||||
)},
|
||||
selectKey: ${JSON.stringify(
|
||||
value?.spec?.tag?.id || null
|
||||
)},
|
||||
variants: ${variants},
|
||||
nullable: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user