mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 19:45:22 +00:00
test(cypress): excel import validation (draft/wip)
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -124,7 +124,6 @@ export default {
|
||||
let total = 0; let progress = 0
|
||||
|
||||
console.log(this.importData)
|
||||
debugger
|
||||
await Promise.all(Object.entries(this.importData).map(v => (async([table, data]) => {
|
||||
await this.$store.dispatch('meta/ActLoadMeta', {
|
||||
tn: `${prefix}${table}`, project_id: projectId
|
||||
|
||||
Reference in New Issue
Block a user