diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-19 22:39:51 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-19 22:39:51 -0400 |
| commit | da8901bef2d4a0362354c69fe486076a67f8efc4 (patch) | |
| tree | 35825255e04ba892b570a614a6d4449d8d87d659 /src/client/views/collections/SchemaTable.tsx | |
| parent | 5b7d51d47a967e679d17560771efe71522ada13a (diff) | |
cleaning lint errors
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index 489c5e540..6ec9783e2 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -415,7 +415,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { createRow = action(() => { this.props.addDocument(Docs.Create.TextDocument("", { title: "", _width: 100, _height: 30 })); this._focusedCell = { row: this.childDocs.length, col: this._focusedCell.col }; - }) + }); @undoBatch @action |
