/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import RoleEdit from '../role-edit'; export default RoleEdit.extend({ init() { this._super(...arguments); this.set('backendType', 'pki'); }, });