From 48f54b5aa26d361fa54df5c3ccc3cf1267ec284c Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 13 Jun 2021 18:24:02 -0700 Subject: [PATCH] fix: Unauthorized request to views.list from shared documents --- app/scenes/Document/components/Editor.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/scenes/Document/components/Editor.js b/app/scenes/Document/components/Editor.js index 9d104659..375fe439 100644 --- a/app/scenes/Document/components/Editor.js +++ b/app/scenes/Document/components/Editor.js @@ -132,11 +132,13 @@ class DocumentEditor extends React.Component { maxLength={MAX_TITLE_LENGTH} /> )} - + {!shareId && ( + + )}