oak-general-business/lib/pages/system/config/upsert/index.js

17 lines
340 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = OakComponent({
isList: false,
entity: 'system',
projection: {
id: 1,
name: 1,
config: 1,
},
formData: function (_a) {
var data = _a.data;
return data || {};
},
methods: {},
});