Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Mar 29, 2024
1 parent 8e840b2 commit 2df4376
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@ export const useInvestigateInTimeline = ({
ruleNote,
});
},
[updateTimeline, updateTimelineIsLoading, clearActiveTimeline, unifiedComponentsInTimelineEnabled]
[
updateTimeline,
updateTimelineIsLoading,
clearActiveTimeline,
unifiedComponentsInTimelineEnabled,
]
);

const investigateInTimelineAlertClick = useCallback(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export const useQueryTimelineById = () => {
timelineToOpen,
duplicate,
timelineType,
unifiedComponentsInTimelineEnabled,
unifiedComponentsInTimelineEnabled
);

if (onOpenTimeline != null) {
Expand Down

0 comments on commit 2df4376

Please sign in to comment.