File tree Expand file tree Collapse file tree
frontend/src/routes/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 481481 ><div class =" label" >
482482 <span class ="label-text" >{t (" Email" )}</span >
483483 </div >
484- <input type ="email" class ="input input-bordered w-full" bind:value ={settings .email } disabled ={! canUpdateSettings } />
484+ <input type ="email" class ="input input-bordered w-full" bind:value ={settings .companyEmail } disabled ={! canUpdateSettings } />
485485 </label >
486486 <label class =" form-control"
487487 ><div class =" label" >
488488 <span class ="label-text" >{t (" Phone" )}</span >
489489 </div >
490- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .phone } disabled ={! canUpdateSettings } />
490+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyPhone } disabled ={! canUpdateSettings } />
491491 </label >
492492 </div >
493493 <div class =" grid grid-cols-1 gap-3 sm:grid-cols-2" >
494494 <label class =" form-control"
495495 ><div class =" label" >
496496 <span class ="label-text" >{t (" Tax ID" )}</span >
497497 </div >
498- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .taxId } disabled ={! canUpdateSettings } />
498+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyTaxId } disabled ={! canUpdateSettings } />
499499 </label >
500500 <label class =" form-control"
501501 ><div class =" label" >
502502 <span class ="label-text" >{t (" Country Code" )}</span >
503503 </div >
504- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .countryCode } disabled ={! canUpdateSettings } placeholder =" US" />
504+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyCountryCode } disabled ={! canUpdateSettings } placeholder =" US" />
505505 </label >
506506 </div >
507507 </div >
Original file line number Diff line number Diff line change 4444 <div class =" grid grid-cols-1 gap-3 sm:grid-cols-2" >
4545 <label class =" form-control" >
4646 <div class ="label" ><span class ="label-text" >{t (" Email" )}</span ></div >
47- <input type ="email" class ="input input-bordered w-full" bind:value ={settings .email } disabled ={! canUpdateSettings } />
47+ <input type ="email" class ="input input-bordered w-full" bind:value ={settings .companyEmail } disabled ={! canUpdateSettings } />
4848 </label >
4949 <label class =" form-control" >
5050 <div class ="label" ><span class ="label-text" >{t (" Phone" )}</span ></div >
51- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .phone } disabled ={! canUpdateSettings } />
51+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyPhone } disabled ={! canUpdateSettings } />
5252 </label >
5353 </div >
5454
5555 <div class =" grid grid-cols-1 gap-3 sm:grid-cols-2" >
5656 <label class =" form-control" >
5757 <div class ="label" ><span class ="label-text" >{t (" Tax ID" )}</span ></div >
58- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .taxId } disabled ={! canUpdateSettings } />
58+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyTaxId } disabled ={! canUpdateSettings } />
5959 </label >
6060 <label class =" form-control" >
6161 <div class =" label" >
6262 <span class ="label-text" >{t (" Country Code" )}</span >
6363 </div >
64- <input type ="text" class ="input input-bordered w-full" bind:value ={settings .countryCode } disabled ={! canUpdateSettings } placeholder =" US" />
64+ <input type ="text" class ="input input-bordered w-full" bind:value ={settings .companyCountryCode } disabled ={! canUpdateSettings } placeholder =" US" />
6565 </label >
6666 </div >
6767</div >
You can’t perform that action at this time.
0 commit comments