fix: cycle & module sidebar default tab fix (#964)
This commit is contained in:
parent
6e5c85cd6e
commit
429dffb055
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export const SidebarProgressStats: React.FC<Props> = ({
|
|||
return 2;
|
||||
|
||||
default:
|
||||
return 3;
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
return (
|
||||
|
|
@ -94,7 +94,7 @@ export const SidebarProgressStats: React.FC<Props> = ({
|
|||
return setTab("States");
|
||||
|
||||
default:
|
||||
return setTab("States");
|
||||
return setTab("Assignees");
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue