fix: fetch issue types
This commit is contained in:
parent
56cc198fc6
commit
2eab1458e1
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue