From 37f2cc8d55eeea2df8714534529b7302ff5c5806 Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Mon, 28 Dec 2020 21:35:13 -0800 Subject: [PATCH] closes #1752 --- app/menus/NewChildDocumentMenu.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/menus/NewChildDocumentMenu.js b/app/menus/NewChildDocumentMenu.js index 675dd173f..5b0f11c58 100644 --- a/app/menus/NewChildDocumentMenu.js +++ b/app/menus/NewChildDocumentMenu.js @@ -51,9 +51,11 @@ class NewChildDocumentMenu extends React.Component { items={[ { title: ( - - New document in {{ collectionName }} - + + + New document in {{ collectionName }} + + ), onClick: this.handleNewDocument, },