Skip to content

Commit eaf313d

Browse files
committed
Fix incomplete hook dependency list
1 parent 59e7192 commit eaf313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_module.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const useLogEntryCategoriesModule = ({
3131
spaceId,
3232
timestampField,
3333
}),
34-
[indexPattern]
34+
[indexPattern, sourceId, spaceId, timestampField]
3535
);
3636

3737
return useLogAnalysisModule({

0 commit comments

Comments
 (0)