mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:37:08 +00:00
Make event handler more specific
This commit is contained in:
@@ -85,7 +85,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleProject (context, {payload}) {
|
handleProject (context, {payload}) {
|
||||||
this.refreshProjects();
|
if (payload?.table == "public") {
|
||||||
|
this.refreshProjects();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
registerNotificationHandlers () {
|
registerNotificationHandlers () {
|
||||||
|
|||||||
Reference in New Issue
Block a user