Skip to content

Commit

Permalink
PR comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyle authored and Fyle committed Mar 15, 2024
1 parent a28d569 commit f6c7031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions src/app/branding/branding-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ const content: ContentConfiguration = {
setDescriptionField: 'Set the description field in Xero',
dfvLabel: 'Default field values',
dfvSubLabel: 'If you\'ve made a field mandatory in Xero but don\'t collect a value from your employees in the expense form, you can set a default value here to be added to all the expenses. For location and department, you can opt to use the values from your employee records in Xero.'
},
done: {
ctaText: '',
hintText: ''
}
}
},
Expand Down Expand Up @@ -523,10 +519,6 @@ const content: ContentConfiguration = {
setDescriptionField: 'Set the description field in Xero',
dfvLabel: 'Default field values',
dfvSubLabel: 'If you\'ve made a field mandatory in Xero but don\'t collect a value from your employees in the expense form, you can set a default value here to be added to all the expenses. For location and department, you can opt to use the values from your employee records in Xero.'
},
done: {
ctaText: '',
hintText: ''
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions src/app/core/models/branding/content-configuration.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ export type ContentConfiguration = {
setDescriptionField: string;
dfvLabel: string;
dfvSubLabel: string;
},
done: {
ctaText: string;
hintText: string;
}
},
},
Expand Down

0 comments on commit f6c7031

Please sign in to comment.