Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3303 Rev 3304
Línea 50... Línea 50...
50
    notification_30min_before: false,
50
    notification_30min_before: false,
51
    intelligence: ''
51
    intelligence: ''
52
  },
52
  },
53
  values = {}
53
  values = {}
54
}) {
54
}) {
55
  const { data: templates } = useFetch('/helpers/habits-and-skills')
55
  const { data: templates } = useFetch('/helpers/habits-and-skills', [])
56
  const [currentTemplate, setCurrentTemplate] = useState(null)
56
  const [currentTemplate, setCurrentTemplate] = useState(null)
57
  const [currentTab, setCurrentTab] = useState(0)
57
  const [currentTab, setCurrentTab] = useState(0)
58
  const dispatch = useDispatch()
58
  const dispatch = useDispatch()
Línea 59... Línea 59...
59
 
59