We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f46f33 commit 3b943bdCopy full SHA for 3b943bd
keep-ui/widgets/alerts-table/ui/TitleAndFilters.tsx
@@ -106,7 +106,7 @@ export const TitleAndFilters = ({
106
setTimeFrame={handleTimeFrameChange}
107
timeframeRefreshInterval={timeframeRefreshInterval}
108
hasPlay={liveUpdateOptionEnabled}
109
- pausedByDefault={liveUpdateOptionEnabled}
+ pausedByDefault={!liveUpdateOptionEnabled}
110
hasRewind={false}
111
hasForward={false}
112
hasZoomOut={false}
0 commit comments