mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 00:16:55 +00:00
refactor(nc-gui): rename variables & props
This commit is contained in:
@@ -64,7 +64,7 @@ export default class JSONTemplateAdapter extends TemplateGenerator {
|
||||
table.columns.push(...columns)
|
||||
}
|
||||
|
||||
if (this.config.importData) {
|
||||
if (this.config.shouldImportData) {
|
||||
this._parseTableData(table)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user