oak-general-business/es/components/application/panel/index.js

17 lines
298 B
JavaScript

export default OakComponent({
isList: false,
entity: 'application',
projection: {
id: 1,
name: 1,
config: 1,
description: 1,
type: 1,
systemId: 1,
domainId: 1,
},
formData({ data }) {
return data || {};
},
});