mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
fix: Apply full width from template (#8615)
Some checks are pending
CI / build (20.x) (push) Waiting to run
CI / lint (push) Blocked by required conditions
CI / types (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / test (app) (push) Blocked by required conditions
CI / test (shared) (push) Blocked by required conditions
CI / test-server (1) (push) Blocked by required conditions
CI / test-server (2) (push) Blocked by required conditions
CI / test-server (3) (push) Blocked by required conditions
CI / bundle-size (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
Some checks are pending
CI / build (20.x) (push) Waiting to run
CI / lint (push) Blocked by required conditions
CI / types (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / test (app) (push) Blocked by required conditions
CI / test (shared) (push) Blocked by required conditions
CI / test-server (1) (push) Blocked by required conditions
CI / test-server (2) (push) Blocked by required conditions
CI / test-server (3) (push) Blocked by required conditions
CI / bundle-size (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
This commit is contained in:
@ -174,6 +174,7 @@ class DocumentScene extends React.Component<Props> {
|
||||
|
||||
if (template instanceof Document) {
|
||||
this.props.document.templateId = template.id;
|
||||
this.props.document.fullWidth = template.fullWidth;
|
||||
}
|
||||
|
||||
if (!this.title) {
|
||||
|
Reference in New Issue
Block a user