Skip to content

Commit 2568cd6

Browse files
authored
Update FrontendTypes.ts
1 parent fb2696b commit 2568cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/FrontendTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface BarGraphBase {
7979

8080
export interface BarGraphComparisonProps extends BarGraphBase {
8181
setSeries: (e: boolean | string) => void;
82-
series: boolean; // was number 8/3/2023
82+
series: number | boolean; // was number 8/3/2023
8383
setAction: (e: boolean | string) => void;
8484
}
8585

0 commit comments

Comments
 (0)