@@ -5,7 +5,7 @@ import createSchema from './terraform-template-catalog-form.schema';
55import componentMapper from '../../forms/mappers/componentMapper' ;
66import {
77 KeyValueListComponent ,
8- CopyFromProvisonButton ,
8+ // CopyFromProvisonButton,
99 TreeViewReduxWrapper ,
1010 conditionalCheckbox ,
1111 prepareRequestObject ,
@@ -144,7 +144,7 @@ const TerraformTemplateCatalogForm = ({ initialData }) => {
144144 const mapper = {
145145 ...componentMapper ,
146146 'key-value-list' : KeyValueListComponent ,
147- 'copy-from-provisioning' : CopyFromProvisonButton ,
147+ // 'copy-from-provisioning': CopyFromProvisonButton,
148148 'tree-view-redux' : TreeViewReduxWrapper ,
149149 'conditional-checkbox' : conditionalCheckbox ,
150150 } ;
@@ -197,7 +197,7 @@ TerraformTemplateCatalogForm.propTypes = {
197197 tenantTree : PropTypes . shape ( {
198198 additional_tenants : PropTypes . arrayOf ( PropTypes . any ) . isRequired ,
199199 selectable : PropTypes . bool . isRequired ,
200- template : PropTypes . bool . isRequired ,
200+ show_tenant_tree : PropTypes . bool . isRequired ,
201201 catalog_bundle : PropTypes . bool . isRequired ,
202202 locals_for_render : PropTypes . shape ( {
203203 tree_id : PropTypes . string . isRequired ,
0 commit comments