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

Resolve "Upgrade python and js dependencies."

This commit is contained in:
Bram Wiepjes 2020-03-31 14:15:27 +00:00
parent 8ddbb05d9f
commit b27f453050
109 changed files with 4934 additions and 4107 deletions
web-frontend/modules/database

View file

@ -12,6 +12,6 @@ export const routes = [
p.tableId = parseInt(p.tableId)
p.viewId = p.viewId ? parseInt(p.viewId) : null
return p
}
}
},
},
]