From 1af12e99d3f20999eac2c67f27c4449251a64001 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Fri, 24 Jan 2020 08:21:00 -0500 Subject: idle changes. --- src/client/documents/Documents.ts | 1 + .../views/collections/CollectionStackingViewFieldColumn.tsx | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 88f48488a..c0f0e0552 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -707,6 +707,7 @@ export namespace Docs { layout = FormattedTextBox.LayoutString; } created.layout = layout?.(fieldKey); + created.title = fieldKey; proto && (created.proto = Doc.GetProto(proto)); return created; } diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index 5a919c2bc..249d3de68 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -140,16 +140,15 @@ export class CollectionStackingViewFieldColumn extends React.Component