Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Jun 19, 2024
1 parent b2af9c8 commit 0005064
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export function getAlertsEmbeddableFactory(
<QueryClientProvider client={queryClient}>
<SloAlertsWrapper
onEdit={onEdit}
embeddable={api}
deps={deps}
slos={slos}
timeRange={fetchContext.timeRange ?? { from: 'now-15m/m', to: 'now' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ interface Props {
}

export function SloAlertsWrapper({
embeddable,
slos,
deps,
timeRange: initialTimeRange,
Expand Down

0 comments on commit 0005064

Please sign in to comment.