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(`${file.ServerRelativeUrl}?web=1`,"_blank"))}// JJ - 20200613 - needed to support Microsoft Teams
onClick={openAttachmentsInNewWindow&&(()=>window.open(`${encodeURIComponent(file.ServerRelativeUrl)}?web=1`,"_blank"))}// JJ - 20200613 - needed to support Microsoft Teams
0 commit comments