Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4145 Rev 4147
Línea 785... Línea 785...
785
            </div>
785
            </div>
786
          </div>
786
          </div>
787
        </div>
787
        </div>
788
      </div>
788
      </div>
789
      {shareFileModal}
789
      {shareFileModal}
-
 
790
      <ConferenceModal
790
      <ConferenceModal show={showConferenceModal} timezones={timezones} zoomUrl={url_zoom} />
791
        show={showConferenceModal}
-
 
792
        timezones={timezones}
-
 
793
        zoomUrl={url_zoom}
-
 
794
        onCreate={() => handleShowOptions()}
-
 
795
      />
791
    </>
796
    </>
792
  );
797
  );
Línea 793... Línea 798...
793
 
798
 
794
  const groupChat = (
799
  const groupChat = (
Línea 1001... Línea 1006...
1001
}
1006
}
Línea 1002... Línea 1007...
1002
 
1007
 
1003
const ConferenceModal = ({
1008
const ConferenceModal = ({
1004
  show = false,
1009
  show = false,
1005
  timezones = {},
1010
  timezones = {},
-
 
1011
  zoomUrl = '',
1006
  zoomUrl = ''
1012
  onCreate = () => null
Línea 1007... Línea 1013...
1007
}) => {
1013
}) => {
1008
 
1014
 
1009
  const dt = new Date()
1015
  const dt = new Date()
Línea 1050... Línea 1056...
1050
            dispatch(addNotification({ msg: `${key}: ${value[0]}`, style: 'danger' }))
1056
            dispatch(addNotification({ msg: `${key}: ${value[0]}`, style: 'danger' }))
1051
          })
1057
          })
1052
        return
1058
        return
1053
      }
1059
      }
Línea -... Línea 1060...
-
 
1060
 
1054
 
1061
      dispatch(addNotification({ msg: response.data, style: 'success' }))
1055
      console.log(response.data)
1062
      onCreate()
1056
      reset()
1063
      reset()
1057
    } catch (error) {
1064
    } catch (error) {
1058
      console.log(`Error: ${error.message}`)
1065
      console.log(`Error: ${error.message}`)
1059
      return dispatch(addNotification({ msg: 'Ha ocurrido un error', style: 'danger' }))
1066
      return dispatch(addNotification({ msg: 'Ha ocurrido un error', style: 'danger' }))