diff --git a/lib/www/client/source/src/App.vue b/lib/www/client/source/src/App.vue index 2109b34..a47c2d0 100644 --- a/lib/www/client/source/src/App.vue +++ b/lib/www/client/source/src/App.vue @@ -85,7 +85,9 @@ export default { }, handleProject (context, {payload}) { - this.refreshProjects(); + if (payload?.table == "public") { + this.refreshProjects(); + } }, registerNotificationHandlers () {