Disable collab for views
This commit is contained in:
parent
fb510f70e2
commit
a8c2cf8c08
|
@ -7,7 +7,7 @@ export const createGridWebsocket = context => {
|
|||
const socket = createWebsocket("/socket/grid")
|
||||
|
||||
const connectToDatasource = datasource => {
|
||||
if (!socket.connected) {
|
||||
if (!socket.connected || datasource?.type !== "table") {
|
||||
return
|
||||
}
|
||||
// Identify which table we are editing
|
||||
|
|
Loading…
Reference in New Issue