Skip to content

Commit

Permalink
ORV2-2967 Update the Liability amount for Dangerous Goods
Browse files Browse the repository at this point in the history
  • Loading branch information
praju-aot committed Jan 30, 2025
1 parent 1647c8d commit 2358786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicles/src/common/constants/api.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const TOKEN_EXPIRY_BUFFER = 15;
export const PERMISSIONS_KEY = 'permissions';
export const TIMEZONE_PACIFIC = 'America/Vancouver';
export const GL_PROJ_CODE_PLACEHOLDER = 'PROJECT';
export const THIRD_PARTY_LIABILITY_DANGEROUS_GOODS = 'Dangerous Goods';
export const THIRD_PARTY_LIABILITY_DANGEROUS_GOODS = 'Dangerous Goods ($2,000,000)';
export const THIRD_PARTY_LIABILITY_GENERAL_GOODS = 'General Goods ($1,000,000)';

0 comments on commit 2358786

Please sign in to comment.