Skip to content

Commit

Permalink
Fixing issue where new columns would not be added to query
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Dec 5, 2019
1 parent 7c4b220 commit f0fd36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const StatefulEventsViewerComponent = React.memo<Props>(
<div onMouseEnter={handleOnMouseEnter} onMouseLeave={handleOnMouseLeave}>
<EventsViewer
browserFields={browserFields ?? {}}
columns={defaultModel.columns}
columns={columns}
id={id}
dataProviders={dataProviders!}
end={end}
Expand Down

0 comments on commit f0fd36d

Please sign in to comment.