Check for duplicates
Description
{
type: 'hems_desire_set_variable',tooltip: '',helpUrl: '',message0:'%1set %2',args0: [
{
type: 'field_label',name: 'thenLabel',value: '',
},
{
type: 'field_dropdown',name: 'variable',options: [
['one', '1'],
['two', '2'],
['three', '3'],
],
} ],
}Should render "set [dropdown]"
Actually renders " set [dropdown]"
In code I'm setting the thenLabel to 'then' or '' based on the parent block. When I set it to 'then' it renders then set - note extra space.
Reproduction steps
Stack trace
Screenshots
No response
Browsers
Safari desktop
Check for duplicates
Description
{ type: 'hems_desire_set_variable',tooltip: '',helpUrl: '',message0:'%1set %2',args0: [ { type: 'field_label',name: 'thenLabel',value: '', }, { type: 'field_dropdown',name: 'variable',options: [ ['one', '1'], ['two', '2'], ['three', '3'], ], } ], }Should render "set [dropdown]"
Actually renders " set [dropdown]"
In code I'm setting the
thenLabelto 'then' or '' based on the parent block. When I set it to 'then' it rendersthen set- note extra space.Reproduction steps
Stack trace
Screenshots
No response
Browsers
Safari desktop