Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4806 | Rev 4980 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4806 Rev 4807
Línea 81... Línea 81...
81
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
81
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
82
  const handleExternalShare = (value) => setExternalShare(value)
82
  const handleExternalShare = (value) => setExternalShare(value)
Línea 83... Línea 83...
83
 
83
 
Línea 84... Línea 84...
84
  const displayCommentSection = () => setShowComments(!showComments)
84
  const displayCommentSection = () => setShowComments(!showComments)
85
 
85
 
86
  const ExternalShareButton = withExternalShare(InputOption, feed_share_url, { 
86
  const ExternalShareButton = withExternalShare(InputOption, feed_share_external_url, { 
87
    Icon: SendOutlinedIcon,
87
    Icon: SendOutlinedIcon,
88
     color: 'gray', 
88
     color: 'gray', 
89
     title: 'Send',
89
     title: 'Send',
90
     shareUrl: feed_share_external_url,
90
     shareUrl: feed_increment_external_counter_url,
Línea 91... Línea 91...
91
     setValue: handleExternalShare
91
     setValue: handleExternalShare