fix: fetch issue types

This commit is contained in:
Shekar Siri 2021-05-21 14:28:41 +05:30
parent 571a08aa54
commit 2765ce8139

View file

@ -34,9 +34,9 @@ const FunnelDetails = (props) => {
useEffect(() => {
if (funnels.size === 0) {
props.fetchList();
props.fetchIssueTypes()
props.fetchList();
}
props.fetchIssueTypes()
props.fetch(funnelId).then(() => {
setMounted(true);