mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-13 01:57:03 +02:00
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');
|
|
},
|
|
});
|