File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
src/app/compliance-data-portal/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ export interface RetrievabilityTypeSelectProps {
1616  queryParamName ?: string ; 
1717} 
1818
19- const  retrievabilityType  =  [ "http" ,  "rpa " ]  as  const ; 
19+ const  retrievabilityType  =  [ "http" ,  "urlFinder " ]  as  const ; 
2020const  availableValues  =  retrievabilityType  as  unknown  as  string [ ] ; 
2121
2222export  function  RetrievabilityTypeSelect ( { 
23-   defaultValue =  "rpa " , 
23+   defaultValue =  "urlFinder " , 
2424  label =  null , 
2525  queryParamName =  "retrievabilityType" , 
2626} : RetrievabilityTypeSelectProps )  { 
@@ -53,7 +53,7 @@ export function RetrievabilityTypeSelect({
5353              key = { `select_item_retrieveability_type_${ type }  ` } 
5454              value = { type } 
5555            > 
56-               { type . toUpperCase ( ) } 
56+               { type   ===   "urlFinder"  ?  "RPA"  :  "HTTP" } 
5757            </ SelectItem > 
5858          ) ) } 
5959        </ SelectContent > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments