mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
remove selectedKey
This commit is contained in:
@@ -143,6 +143,7 @@ export default async function makeFileContent(
|
||||
name: ${JSON.stringify(value.name || null)},
|
||||
description: ${JSON.stringify(value.description || null)},
|
||||
warning: ${JSON.stringify(value.warning || null)},
|
||||
nullable: false,
|
||||
default: ${JSON.stringify(value.default || null)},
|
||||
variants: ${variants},
|
||||
})`;
|
||||
|
||||
Reference in New Issue
Block a user