1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-07 02:10:03 +00:00

Resolve "Inviting users to a group"

This commit is contained in:
Bram Wiepjes 2021-02-04 16:16:33 +00:00
parent a093575a58
commit c994b18462
88 changed files with 4260 additions and 316 deletions
web-frontend/modules/core/plugins

View file

@ -177,7 +177,7 @@ export class RealTimeHandler {
})
this.registerEvent('application_created', ({ store }, data) => {
store.dispatch('application/forceCreate', { data: data.application })
store.dispatch('application/forceCreate', data.application)
})
this.registerEvent('application_updated', ({ store }, data) => {