fix: cycle & module sidebar default tab fix (#964)

This commit is contained in:
Anmol Singh Bhatia 2023-04-28 17:48:40 +05:30 committed by GitHub
parent 6e5c85cd6e
commit 429dffb055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}
}}
>