Skip to content

Commit

Permalink
sun-ui. fix bad clear filter in devices
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Apr 4, 2018
1 parent b2c82dc commit f53f7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sun/sun-ui/src/components/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
clearFilters() {
this.hotspotSearchId = 0
this.hotspotUserId = 0
this.set('sessions_hotspot_id', 0)
this.set('sessions_user_id', 0)
this.set('devices_hotspot_id', 0)
this.set('devices_user_id', 0)
this.getAll()
},
}
Expand Down

0 comments on commit f53f7fe

Please sign in to comment.