use hard coded select key

This commit is contained in:
Matt Hill
2023-03-28 09:15:35 -06:00
parent b375e3c659
commit a927287c3a
3 changed files with 2 additions and 6 deletions

View File

@@ -145,7 +145,6 @@ export class Value<A extends ValueSpec> extends IBuilder<A> {
name: string;
description: string | null;
warning: string | null;
selectKey: string;
variants: Variants<{ [key: string]: { name: string; spec: InputSpec } }>;
nullable: boolean;
default: string | null;