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:
parent
a093575a58
commit
c994b18462
88 changed files with 4260 additions and 316 deletions
web-frontend/modules/core/plugins
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue