diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-01 09:39:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-01 09:39:38 -0400 |
| commit | b33e31e369aef6e0675219c96ba4b8a058a69b0c (patch) | |
| tree | b71dca5ca18c137e0a4a3d9edb38f97e4ee3dc94 /src/client/views/collections/SchemaTable.tsx | |
| parent | e084dfdc8da4cbf2ad7039111d9118a330259a33 (diff) | |
fixed warnings
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 75e693f96..7e2840c2c 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -148,7 +148,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { } @action - changeTitleMode = () => this._showTitleDropdown = !this._showTitleDropdown; + changeTitleMode = () => this._showTitleDropdown = !this._showTitleDropdown @computed get borderWidth() { return Number(COLLECTION_BORDER_WIDTH); } @computed get tableColumns(): Column<Doc>[] { |
