mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): add control field type
This commit is contained in:
parent
71003be6b8
commit
e19ef7ed2f
@ -16,6 +16,7 @@ export const FIELD_TYPE_MAP: Record<string, FieldType> = {
|
|||||||
item: 'item',
|
item: 'item',
|
||||||
ColorField: 'color',
|
ColorField: 'color',
|
||||||
ControlField: 'control',
|
ControlField: 'control',
|
||||||
|
control: 'control',
|
||||||
};
|
};
|
||||||
|
|
||||||
const COLOR_TOKEN_VALUE = 500;
|
const COLOR_TOKEN_VALUE = 500;
|
||||||
|
Loading…
Reference in New Issue
Block a user