chore: ded

This commit is contained in:
cha0s 2020-06-24 05:27:03 -05:00
parent d892ee88a5
commit bf11fa194b

View File

@ -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>