commit | abe2b7b7ce423e127ff9a33f3a6d0dbf03e74aab | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Sun Sep 27 21:39:46 2020 -0700 |
committer | Derick Montague <derick.montague@ibm.com> | Wed Sep 30 20:49:09 2020 +0000 |
tree | 2a5ea3376f4290cfe35cd1d40ae9ba9e6b72eb5d | |
parent | 58a7a03cc6d822cbcae090959de83bcf1a8897c3 [diff] |
Remove searchFilter property from Sensors page The searchFilter data prop is included in the SearchFilterMixin, so can be removed from the Sensors component. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iba40439de0aa01458cf95157f25124e0b08669f1
diff --git a/src/views/Health/Sensors/Sensors.vue b/src/views/Health/Sensors/Sensors.vue index c234359..20a3229 100644 --- a/src/views/Health/Sensors/Sensors.vue +++ b/src/views/Health/Sensors/Sensors.vue
@@ -182,7 +182,6 @@ } ], activeFilters: [], - searchFilter: null, searchTotalFilteredRows: 0 }; },