Skip to content

Commit d548fcc

Browse files
committed
Fixes graph spinner when getting more rows
1 parent e471d53 commit d548fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/graph/graph-header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ export class GlGraphHeader extends SignalWatcher(LitElement) {
11621162
)}
11631163
<div
11641164
class=${`progress-container infinite${
1165-
this.hostState.loading || this.hostState.rowsStatsLoading ? ' active' : ''
1165+
this.hostState.loading || this.hostState.rowsStatsLoading || this.appState.loading ? ' active' : ''
11661166
}`}
11671167
role="progressbar"
11681168
>

0 commit comments

Comments
 (0)