File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 
packages/create-invoice-form/src/lib/invoice Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929  export  let  handleNetworkChange:  (chainId :  string ) =>  void ; 
3030  export  let  networks; 
3131  export  let  defaultCurrencies:  any  =  []; 
32-   export  let  filteredSettlementCurrencies:  CurrencyTypes .CurrencyDefinition [] =  []; 
32+   export  let  filteredSettlementCurrencies:  CurrencyTypes .CurrencyDefinition [] =  
33+     []; 
3334  export  let  cipherProvider:  CipherProviderTypes .ICipherProvider  |  undefined ; 
3435
3536  export  let  invoiceCurrencyDropdown; 
161162
162163  $ : if  (! formData .dueDate ) { 
163164    formData .dueDate  =  inputDateFormat ( 
164-       new  Date (new  Date (formData .issuedOn ).getTime () +  24  *  60  *  60  *  1000 ) 
165+       new  Date (new  Date (formData .issuedOn ).getTime () +  30   *   24  *  60  *  60  *  1000 ) 
165166    ); 
166167  } 
167168script >
406407          <SearchableDropdown 
407408            bind:this ={invoiceCurrencyDropdown }
408409            getValue ={(currency ) =>  currency .value .symbol }
409-             getDisplayValue ={(currency ) => 
410-               ` ${currency .value .symbol } ` }
410+             getDisplayValue ={(currency ) =>  ` ${currency .value .symbol } ` }
411411            placeholder =" Invoice currency" 
412412            items ={defaultCurrencies 
413413              ?.filter ((curr ) =>  curr )
419419            onSelect ={handleInvoiceCurrencyChange }
420420          />
421421        </div >
422-         <div  class =" searchable-dropdown-container"   
422+         <div  class =" searchable-dropdown-container" 
423423          <SearchableDropdown 
424424            bind:this ={networkDropdown }
425425            items ={networks 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments