fix: fetch issue types

This commit is contained in:
Shekar Siri 2021-05-21 14:28:41 +05:30
parent 56cc198fc6
commit 2eab1458e1

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);