Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1008 Rev 1009
Línea 166... Línea 166...
166
        clearErrors();
166
        clearErrors();
167
        addNotification({
167
        addNotification({
168
          style: "success",
168
          style: "success",
169
          msg: "La publicación ha sido compartida",
169
          msg: "La publicación ha sido compartida",
170
        });
170
        });
-
 
171
        addFeed(newFeed);
171
        // if (modalType !== shareModalTypes.SHARE) {
172
        if (modalType !== shareModalTypes.SHARE) {
172
          addFeed(newFeed);
-
 
173
          console.log('>>: currentPage', currentPage, timelineUrl)
173
          console.log('>>: currentPage', currentPage, timelineUrl)
-
 
174
        }
174
          if(currentPage && timelineUrl){
175
        if(currentPage && timelineUrl){
175
            fetchFeeds(timelineUrl, currentPage)
176
          fetchFeeds(timelineUrl, currentPage)
176
          }
177
        }
Línea 177... Línea -...
177
          
-
 
178
        // }
178
          
179
      } else {
179
      } else {
180
        if (data.data.description || data.data.file || data.data.share_width) {
180
        if (data.data.description || data.data.file || data.data.share_width) {
181
          Object.entries(data.data).map(([key, value]) => {
181
          Object.entries(data.data).map(([key, value]) => {
182
            setError(key, { type: "required", message: value });
182
            setError(key, { type: "required", message: value });