From 6b5fb8fd4ef5d425bbb5191b3c57fe589422ca2e Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Mon, 4 Mar 2024 17:56:19 +0000 Subject: [PATCH] Revert #3108 - fixes #3122 --- static/js/views/things.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/views/things.js b/static/js/views/things.js index d235d0fe4..add91ba9c 100644 --- a/static/js/views/things.js +++ b/static/js/views/things.js @@ -145,7 +145,7 @@ const ThingsScreen = { App.gatewayModel.unsubscribe(Constants.REFRESH_THINGS, this.refreshThing); App.gatewayModel.unsubscribe(Constants.DELETE_THINGS, this.refreshThing); App.gatewayModel.subscribe(Constants.DELETE_THINGS, this.refreshThings); - App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings); + App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings, true); }, /**