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