File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5510,12 +5510,9 @@ const CONST = {
55105510 type : 'addAccountingIntegration' ,
55115511 autoCompleted : false ,
55125512 mediaAttributes : {
5513- [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . netsuite ] } ` ] :
5514- `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_netsuite.png" data-expensify-width="1920" data-expensify-height="1080"` ,
5515- [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . quickbooksOnline ] } ` ] :
5516- `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_qbo.png" data-expensify-width="1920" data-expensify-height="1080"` ,
5517- [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . xero ] } ` ] :
5518- `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_xero.png" data-expensify-width="1920" data-expensify-height="1080"` ,
5513+ [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . netsuite ] } ` ] : `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_netsuite.png" data-expensify-width="1920" data-expensify-height="1080"` ,
5514+ [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . quickbooksOnline ] } ` ] : `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_qbo.png" data-expensify-width="1920" data-expensify-height="1080"` ,
5515+ [ `${ CLOUDFRONT_URL } /${ connectionsVideoPaths [ ONBOARDING_ACCOUNTING_MAPPING . xero ] } ` ] : `data-expensify-thumbnail-url="${ CLOUDFRONT_URL } /images/walkthrough-connect_to_xero.png" data-expensify-width="1920" data-expensify-height="1080"` ,
55195516 } ,
55205517 title : ( { integrationName, workspaceAccountingLink} ) => `Connect to [${ integrationName } ](${ workspaceAccountingLink } )` ,
55215518 description : ( { integrationName, workspaceAccountingLink} ) =>
You can’t perform that action at this time.
0 commit comments