Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7207 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7207 Rev 7209
Línea 136... Línea 136...
136
    })
136
    })
137
  }, [url, show, isEdit, questionsCategories])
137
  }, [url, show, isEdit, questionsCategories])
Línea 138... Línea 138...
138
 
138
 
139
  useEffect(() => {
139
  useEffect(() => {
-
 
140
    if (!show) {
140
    if (!show) {
141
      setCurrentCategories([])
141
      setValue('category_id', '')
142
      setValue('category_id', [])
142
      setValue('description', '')
143
      setValue('description', '')
143
      setValue('title', '')
-
 
144
      setValue('image', '')
144
      setValue('title', '')
145
    }
145
    }
Línea 146... Línea 146...
146
  }, [show])
146
  }, [show])
147
 
147