From fb4a856d04259f8455cad82010c29dfdf6742e27 Mon Sep 17 00:00:00 2001 From: Usama Khan Date: Wed, 26 Feb 2025 23:53:06 -0800 Subject: [PATCH] Fixed Enabled Search job Card field --- src/main/resources/static/js/vue-components.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/static/js/vue-components.js b/src/main/resources/static/js/vue-components.js index 8a942ed..49e62aa 100644 --- a/src/main/resources/static/js/vue-components.js +++ b/src/main/resources/static/js/vue-components.js @@ -3445,9 +3445,6 @@ if ( typeof Vue !== 'undefined' ) { }, filter : { default : true - }, - inputMode: { - default : 'none' } } })