9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
import RoleEdit from './role-edit';
|
|
|
|
export default RoleEdit.extend({
|
|
init() {
|
|
this._super(...arguments);
|
|
this.set('backendType', 'pki');
|
|
},
|
|
});
|