remove selectedKey

This commit is contained in:
Matt Hill
2023-03-28 08:25:55 -06:00
parent 60a6a27682
commit be48be2de6
3 changed files with 2 additions and 3 deletions

View File

@@ -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},
})`;