This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |