fix(ui): add control field type

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

View File

@ -16,6 +16,7 @@ export const FIELD_TYPE_MAP: Record<string, FieldType> = {
item: 'item',
ColorField: 'color',
ControlField: 'control',
control: 'control',
};
const COLOR_TOKEN_VALUE = 500;