cspace-ui-plugin-profile-pahma
Version:
PAHMA profile plugin for the CollectionSpace UI
15 lines (14 loc) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/* eslint-disable no-unused-vars */
/* Use this file to override Claim fields defined in the cspace-ui-plugin-ext-nagpra.js extension */
// eslint-disable-next-line arrow-body-style
var _default = configContext => {
return {
'ns2:claims_nagpra': {}
};
};
exports.default = _default;