diff --git a/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js b/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js index 0f1043ef9..e37cc3cf0 100644 --- a/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js +++ b/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js @@ -87,6 +87,9 @@ function RepositoryChooseModal(props) { const goblakepath=(path,key)=>{ } + } + function sendgetfilepath() { + } return ( { return( - goblakepath(item.path,key,item)}>{item.val} + // goblakepath(item.path,key,item)}>{item.val} ) }) }