diff --git a/frontend/app/components/types/form-configuration/types-form-configuration.controller.ts b/frontend/app/components/types/form-configuration/types-form-configuration.controller.ts index 6e9b400f86..45b0a7867a 100644 --- a/frontend/app/components/types/form-configuration/types-form-configuration.controller.ts +++ b/frontend/app/components/types/form-configuration/types-form-configuration.controller.ts @@ -41,8 +41,7 @@ function typesFormConfigurationCtrl( confirmDialog:ConfirmDialogService, externalQueryConfiguration:ExternalQueryConfigurationService, $window:ng.IWindowService, - $compile:any, - $timeout:ng.ITimeoutService) { + $compile:any) { // Hook on form submit const form = jQuery('#types-form-configuration').closest('form');