Skip to content

Commit

Permalink
fix: correct prefixes for PlanningDesignations (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Feb 27, 2024
1 parent 40c834c commit 15e8224
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion examples/data/ldcE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const validLDCE: Schema = {
intersects: false,
},
{
value: 'designated.SPA',
value: 'nature.SPA',
description: 'Special Protection Area (SPA)',
intersects: false,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/data/ldcP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const validLDCP: Schema = {
intersects: false,
},
{
value: 'designated.SPA',
value: 'nature.SPA',
description: 'Special Protection Area (SPA)',
intersects: false,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/data/planningPermission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const validPlanningPermission: Schema = {
intersects: false,
},
{
value: 'designated.SPA',
value: 'nature.SPA',
description: 'Special Protection Area (SPA)',
intersects: false,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/data/priorApproval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const validPriorApproval: Schema = {
intersects: false,
},
{
value: 'designated.SPA',
value: 'nature.SPA',
description: 'Special Protection Area (SPA)',
intersects: false,
},
Expand Down
Loading

0 comments on commit 15e8224

Please sign in to comment.