From d6970785146eced19e952cb46eae118d763e695f Mon Sep 17 00:00:00 2001 From: anika-ahluwalia Date: Wed, 12 Aug 2020 12:05:51 -0500 Subject: fixed infinite alias issue --- src/client/views/PropertiesButtons.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 29dbbd6d9..3093eff2d 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -718,6 +718,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { const isInk = this.selectedDoc[Doc.LayoutFieldKey(this.selectedDoc)] instanceof InkField; const isCollection = this.selectedDoc.type === DocumentType.COL ? true : false; const isFreeForm = this.selectedDoc._viewType === "freeform" ? true : false; + const hasContext = this.selectedDoc.context ? true : false; return
@@ -732,7 +733,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
{this.pinWithViewButton}
-
+
{this.copyButton}
-- cgit v1.2.3-70-g09d2