|
|
|
@ -66,10 +66,10 @@ class RepositoryAddFileupload_files extends Component {
|
|
|
|
|
|
|
|
|
|
let matchpath =this.props.match.path;
|
|
|
|
|
|
|
|
|
|
let Repositoryflag =false;
|
|
|
|
|
let Repositoryflag =undefined;
|
|
|
|
|
|
|
|
|
|
if( matchpath.indexOf("repository")>-1){
|
|
|
|
|
Repositoryflag =false;
|
|
|
|
|
Repositoryflag =undefined;
|
|
|
|
|
}
|
|
|
|
|
if(matchpath.indexOf("secret_repository")>-1){
|
|
|
|
|
Repositoryflag =true;
|
|
|
|
@ -135,12 +135,12 @@ class RepositoryAddFileupload_files extends Component {
|
|
|
|
|
// };
|
|
|
|
|
let matchpath =this.props.match.path;
|
|
|
|
|
|
|
|
|
|
let Repositoryflagtype =false;
|
|
|
|
|
let Repositoryflagtype =undefined;
|
|
|
|
|
let Repositoryflag ="";
|
|
|
|
|
|
|
|
|
|
if( matchpath.indexOf("repository")>-1){
|
|
|
|
|
Repositoryflag ="repository";
|
|
|
|
|
Repositoryflagtype =false;
|
|
|
|
|
Repositoryflagtype =undefined;
|
|
|
|
|
}
|
|
|
|
|
if(matchpath.indexOf("secret_repository")>-1){
|
|
|
|
|
Repositoryflag ="secret_repository";
|
|
|
|
|