mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 03:53:19 +00:00
check if filters are not equal before refetching
This commit is contained in:
parent
322cd94be7
commit
03829af2ad
@ -377,7 +377,7 @@ define([
|
||||
* @public
|
||||
*/
|
||||
updateFiltersAndRefresh: function (updatedFilters) {
|
||||
if (this.filters) {
|
||||
if (this.filters && !_.isEqual(this.filters, updatedFilters)) {
|
||||
this.filters = updatedFilters;
|
||||
this.reset();
|
||||
if (this.unsubscribe) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user