diff --git a/ayanova/src/components/data-table-filter-control.vue b/ayanova/src/components/data-table-filter-control.vue index 74aaa646..f9ca0d33 100644 --- a/ayanova/src/components/data-table-filter-control.vue +++ b/ayanova/src/components/data-table-filter-control.vue @@ -1042,7 +1042,7 @@ function getDisplayForFilter( case 17: //Authorization Roles const availableRoles = window.$gz.enums.getSelectionList( "AuthorizationRoles" - ); //will already be cached from viewing datatable before we get to here + ); //will already be cached from viewing datatable const roles = filterValue; const roleNames = []; if (roles != null && roles != 0) {