mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Added float to FIELD_TYPE_MAP ins constants.ts
This commit is contained in:
parent
b0892d30a4
commit
3767a453bb
@ -4,6 +4,7 @@ export const HANDLE_TOOLTIP_OPEN_DELAY = 500;
|
|||||||
|
|
||||||
export const FIELD_TYPE_MAP: Record<string, FieldType> = {
|
export const FIELD_TYPE_MAP: Record<string, FieldType> = {
|
||||||
integer: 'integer',
|
integer: 'integer',
|
||||||
|
float: 'float',
|
||||||
number: 'float',
|
number: 'float',
|
||||||
string: 'string',
|
string: 'string',
|
||||||
boolean: 'boolean',
|
boolean: 'boolean',
|
||||||
|
Loading…
Reference in New Issue
Block a user