Skip to content

Instantly share code, notes, and snippets.

View euanmillar's full-sized avatar

Euan Millar euanmillar

View GitHub Profile
diff --git a/packages/config/src/config/routes.ts b/packages/config/src/config/routes.ts
index 0b309ee348..50adc60859 100644
--- a/packages/config/src/config/routes.ts
+++ b/packages/config/src/config/routes.ts
@@ -45,8 +45,7 @@ export const enum RouteScope {
PERFORMANCE = 'performance',
SYSADMIN = 'sysadmin',
VALIDATE = 'validate',
- NATLSYSADMIN = 'natlsysadmin',
- RECORDSEARCH = 'recordsearch'
diff --git a/packages/client/src/components/form/FormFieldGenerator.tsx b/packages/client/src/components/form/FormFieldGenerator.tsx
index 2198471777..df8cf11785 100644
--- a/packages/client/src/components/form/FormFieldGenerator.tsx
+++ b/packages/client/src/components/form/FormFieldGenerator.tsx
@@ -191,7 +191,6 @@ type GeneratedInputFieldProps = {
touched: boolean
error: string
draftData: IFormData
- draftId: string
disabled?: boolean