Skip to content

Commit

Permalink
bad merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jul 23, 2020
1 parent 965de76 commit e0eea6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const setup = (
dashboardOnlyMode = false,
}: {
useRangeEvent?: boolean;
filters: Filter[];
filters?: Filter[];
timeFieldName?: string;
dashboardOnlyMode?: boolean;
} = { filters: [] }
Expand Down

0 comments on commit e0eea6f

Please sign in to comment.