Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Sep 20, 2022
1 parent 85ed6f1 commit 02bdea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const viewInDiscoverMessage = i18n.translate(
);

export interface GroupTableItem {
id: number;
id: string;
docCount: number;
pValue: number | null;
group: Record<string, string | number>;
Expand Down

0 comments on commit 02bdea9

Please sign in to comment.