fix(ui): add value to conditioning field

This commit is contained in:
psychedelicious
2023-05-19 15:55:15 +10:00
committed by Kent Keirsey
parent c1dbafc2df
commit 71003be6b8

View File

@ -180,6 +180,7 @@ export type LatentsInputFieldValue = FieldValueBase & {
export type ConditioningInputFieldValue = FieldValueBase & { export type ConditioningInputFieldValue = FieldValueBase & {
type: 'conditioning'; type: 'conditioning';
value?: string;
}; };
export type ControlInputFieldValue = FieldValueBase & { export type ControlInputFieldValue = FieldValueBase & {