From 4ee5ae90e7cb87ec5764826341b7c78b64337967 Mon Sep 17 00:00:00 2001 From: itsconquest Date: Fri, 22 Apr 2022 11:44:54 +1200 Subject: [PATCH] fix(user-settings): prevent autofocus on access tokens for release [EE-2978] (#6790) --- .../access-tokens-datatable/access-tokens-datatable.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/portainer/components/datatables/access-tokens-datatable/access-tokens-datatable.html b/app/portainer/components/datatables/access-tokens-datatable/access-tokens-datatable.html index d772faeaf..fa826a682 100644 --- a/app/portainer/components/datatables/access-tokens-datatable/access-tokens-datatable.html +++ b/app/portainer/components/datatables/access-tokens-datatable/access-tokens-datatable.html @@ -24,7 +24,6 @@ ng-model="$ctrl.state.textFilter" ng-change="$ctrl.onTextFilterChange()" placeholder="Search..." - auto-focus ng-model-options="{ debounce: 300 }" />