File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const sfc = {
7676      return  this .repos .length  >  0  &&  this .repos .length  <  this .counts [` ${ this .reposFilter }  :${ this .archivedFilter }  :${ this .privateFilter } `  ]; 
7777    }, 
7878    searchURL () { 
79-       return  ` ${ this .subUrl }  /repo/search?sort=alpha&order=desc &uid=${ this .uid }  &team_id=${ this .teamId }  &q=${ this .searchQuery  
79+       return  ` ${ this .subUrl }  /repo/search?sort=alpha&order=asc &uid=${ this .uid }  &team_id=${ this .teamId }  &q=${ this .searchQuery  
8080      }  &page=${ this .page }  &limit=${ this .searchLimit }  &mode=${ this .repoTypes [this .reposFilter ].searchMode 
8181      }${ this .reposFilter  !==  ' all'   ?  ' &exclusive=1'   :  ' '  
8282      }${ this .archivedFilter  ===  ' archived'   ?  ' &archived=true'   :  ' ' }${ this .archivedFilter  ===  ' unarchived'   ?  ' &archived=false'   :  ' '  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments