diff --git a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
index e32e42e..14ce156 100644
--- a/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
+++ b/cit-contratos-web/src/main/webapp/assets/js/angular/custom/controller/TermoReferenciaController.js
@@ -238,8 +238,6 @@ citApp.controller('TermoReferenciaController', ['$scope',
$scope.startTimerIntervalSaveDraft($scope.workspace , $scope.termoReferencia, true);
- $scope.startTimerIntervalSaveDraft($scope.workspace, $scope.termoReferencia);
-
$timeout(function(){
$scope.termoReferenciaForm.$submitted = false;
$scope.termoReferenciaForm.equipeContratacaoForm.$submitted = false;
diff --git a/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html b/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
index bd5d6c4..222f1e2 100644
--- a/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
+++ b/cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaList.html
@@ -30,6 +30,10 @@
LABEL.EXPORTAR_CSV
+
+