Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1768 Rev 1769
Línea 94... Línea 94...
94
                if (data.success) {
94
                if (data.success) {
95
                    const newConversation = data.data.find(conversation => conversation.uuid === uuid)
95
                    const newConversation = data.data.find(conversation => conversation.uuid === uuid)
96
                    handleChangeConversation(newConversation)
96
                    handleChangeConversation(newConversation)
97
                }
97
                }
98
            })
98
            })
99
        setTimeout(() => {
-
 
100
            window.location.reload()
-
 
101
        }, 1000)
-
 
102
    }
99
    }
Línea 103... Línea 100...
103
 
100
 
104
    const handleShowConversation = (arg) => {
101
    const handleShowConversation = (arg) => {
105
        setShowConversations(arg)
102
        setShowConversations(arg)