chore: ded
This commit is contained in:
parent
d892ee88a5
commit
bf11fa194b
|
@ -1,5 +1,5 @@
|
|||
import {makeCompilable, description as typeDescription} from '@avocado/behavior';
|
||||
import {compose, mapObject} from '@avocado/core';
|
||||
import {compose} from '@avocado/core';
|
||||
import contempo from 'contempo';
|
||||
import React from 'react';
|
||||
|
||||
|
@ -104,7 +104,7 @@ const Expression = (props) => {
|
|||
}, event)
|
||||
)}
|
||||
options={argSpec.options}
|
||||
type={argSpec.type || 'any'}
|
||||
type={argSpec.type}
|
||||
value={arg}
|
||||
/>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue
Block a user