File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
frontend/src/features/permits/constants Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { PermitCondition } from "../types/PermitCondition";
33export const NRQCV_CONDITIONS : PermitCondition [ ] = [
44 {
55 description : "Insurance Certificate Conditions" ,
6- condition : "APV96 " ,
7- conditionLink : "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1547 " ,
6+ condition : "CVSE-1070 " ,
7+ conditionLink : "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1261 " ,
88 checked : true ,
99 disabled : true
1010 } ,
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { PermitCondition } from "../types/PermitCondition";
33export const NRSCV_CONDITIONS : PermitCondition [ ] = [
44 {
55 description : "Insurance Certificate Conditions" ,
6- condition : "APV96 " ,
7- conditionLink : "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1547 " ,
6+ condition : "CVSE-1070 " ,
7+ conditionLink : "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1261 " ,
88 checked : true ,
99 disabled : true
1010 } ,
You can’t perform that action at this time.
0 commit comments