Skip to content

Commit

Permalink
Merge pull request #659 from prymitive/debounce
Browse files Browse the repository at this point in the history
fix(ui): lower repack debounce
  • Loading branch information
prymitive committed Apr 26, 2019
2 parents ad22c6d + ed21ee6 commit 518a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Components/Grid/AlertGrid/index.js
Expand Up @@ -86,7 +86,7 @@ const AlertGrid = observer(
this.masonryComponentReference.ref.forcePack();
}
}),
50
10
);

// how many alert groups to render
Expand Down

0 comments on commit 518a3d4

Please sign in to comment.