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