You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onClick={openAttachmentsInNewWindow&&(()=>window.open(`${encodeURIComponent(file.ServerRelativeUrl)}?web=1`,"_blank"))}// JJ - 20200613 - needed to support Microsoft Teams
277
+
onClickHref={!openAttachmentsInNewWindow&&`${(file.ServerRelativeUrl)}?web=1`}//NB - 20230607 - Fix for issue 1541
278
+
onClick={openAttachmentsInNewWindow&&(()=>window.open(`${(file.ServerRelativeUrl)}?web=1`,"_blank"))}//NB - 20230607 - Fix for issue 1541 // JJ - 20200613 - needed to support Microsoft Teams
0 commit comments