Fix cannot add new cols in new table

This commit is contained in:
2018-08-11 20:41:35 +02:00
parent 9ec5a151cc
commit 9b722aa7c9
@@ -279,7 +279,7 @@ export default {
addCol () {
if (this.newTable) {
this.columns.push({
id: '_' + (this.newColNum++),
id: 'dummy_' + (this.newColNum++),
name: '',
type: 'string',
title: '',