diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-12 19:23:21 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-12 19:23:21 -0400 |
| commit | 22d1499703ddb20d0f937364085e46fefcc663da (patch) | |
| tree | 61722cec308662e6fc88a4f03114039df1a23486 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 23d6d5eaa71a83691e0c711bce9e84d2967d2f4c (diff) | |
added nudging of documents
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index 0c00a1f22..6b7c3de56 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -381,7 +381,7 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?: alert(`Upload failed: ${result.message}`); return; } - const full = { ...options, _width: 300, title: name }; + const full = { ...options, _width: 400, title: name }; const pathname = Utils.prepend(result.accessPaths.agnostic.client); const doc = await Docs.Get.DocumentFromType(type, pathname, full); if (!doc) { |
