2
0
ryohek 5 жил өмнө
parent
commit
3ac14c37fd

+ 1 - 1
src/client/js/components/ShareLinkList.jsx

@@ -27,7 +27,7 @@ const ShareLinkList = (props) => {
           <tr key={shareLink._id}>
           <tr key={shareLink._id}>
             <td className="d-flex justify-content-between align-items-center">
             <td className="d-flex justify-content-between align-items-center">
               <span>{shareLink._id}</span>
               <span>{shareLink._id}</span>
-              <CopyDropdown isShareLinkMode="true" shareLinkId={shareLink._id} pagePath={props.pagePath} />
+              <CopyDropdown isShareLinkMode="true" shareLinkId={shareLink._id} pagePath={props.pagePath} pageId={shareLink.relatedPage} />
             </td>
             </td>
             <td>{shareLink.expiredAt && <span>{dateFnsFormat(new Date(shareLink.expiredAt), 'yyyy-MM-dd HH:mm')}</span>}</td>
             <td>{shareLink.expiredAt && <span>{dateFnsFormat(new Date(shareLink.expiredAt), 'yyyy-MM-dd HH:mm')}</span>}</td>
             <td>{shareLink.description}</td>
             <td>{shareLink.description}</td>