@ -2,7 +2,7 @@ import Property from './PropertyRadio';
export default Property.extend({
defaults: () => ({
...Property.prototype.defaults,
...Property.prototype.defaults(),
full: 0
})
});