diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-17 14:12:22 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-17 14:12:22 -0400 |
commit | 4aeffc02334fb873341d93f300f3e153499854fd (patch) | |
tree | 06708ea563a940a4c90ca99775f7553d60fc6411 /src/client/documents/Documents.ts | |
parent | 5e8a263c2d891370467f0faccf3330179cedd699 (diff) |
layout doc fields organized
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 96a983153..54f2b7132 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -679,7 +679,7 @@ export namespace Docs { DocumentType.DATAVIZ, { layout: { view: DataVizBox, dataField: defaultDataKey }, - options: { dataViz_title: '', _layout_fitWidth: true, nativeDimModifiable: true }, + options: { _layout_fitWidth: true, nativeDimModifiable: true }, }, ], [ |