Skip to content

Commit

Permalink
Fix incomplete hook dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Dec 12, 2019
1 parent 59e7192 commit eaf313d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const useLogEntryCategoriesModule = ({
spaceId,
timestampField,
}),
[indexPattern]
[indexPattern, sourceId, spaceId, timestampField]
);

return useLogAnalysisModule({
Expand Down

0 comments on commit eaf313d

Please sign in to comment.