Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4147 Rev 4149
Línea 789... Línea 789...
789
      {shareFileModal}
789
      {shareFileModal}
790
      <ConferenceModal
790
      <ConferenceModal
791
        show={showConferenceModal}
791
        show={showConferenceModal}
792
        timezones={timezones}
792
        timezones={timezones}
793
        zoomUrl={url_zoom}
793
        zoomUrl={url_zoom}
-
 
794
        onCreate={() => {
794
        onCreate={() => handleShowOptions()}
795
          handleShowOptions()
-
 
796
          displayConferenceModal()
-
 
797
        }}
795
      />
798
      />
796
    </>
799
    </>
797
  );
800
  );
Línea 798... Línea 801...
798
 
801