mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
chore(gui-v2): missing events
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -52,8 +52,6 @@ export default defineNuxtPlugin(async (nuxtApp) => {
|
||||
|
||||
const tele = {
|
||||
emit(evt: string, data: Record<string, any>) {
|
||||
console.log('======== tele : ', evt, JSON.stringify(data))
|
||||
|
||||
// debugger
|
||||
if (socket) {
|
||||
socket.emit('event', {
|
||||
|
||||
Reference in New Issue
Block a user