ryohek 5 лет назад
Родитель
Сommit
42868dc339
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/ShareLinkList.jsx

+ 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} pageId={shareLink.relatedPage} pagePath={props.pagePath} />
+              <CopyDropdown isShareLinkMode="true" shareLinkId={shareLink._id} pagePath={props.pagePath} />
             </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>