export default OakComponent({
isList: false,
entity: 'system',
formData({ data }) {
return {
...data,
oakExecutable: this.tryExecute(),
};
},
});