const loadSecondaryAddin = () => {
window.location.href = "lINK";
};
return (
<>
<DocumentCard className={subDocumentCard ? styles.sub_card : styles.main_card } onClick={loadSecondaryAddin}>
This didn't worked. The Linked add-in's loading page is loading. But data are not loading. How to fix this.
This didn't worked. The Linked add-in's loading page is loading. But data are not loading. How to fix this.