mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Slow the debounce time.
This commit is contained in:
@@ -11,7 +11,7 @@ import { lazyClick } from '../helpers/lazy-click';
|
||||
@classNames('task-group-row', 'is-interactive')
|
||||
export default class TaskGroupRow extends Component {
|
||||
taskGroup = null;
|
||||
debounce = 300;
|
||||
debounce = 500;
|
||||
|
||||
@oneWay('taskGroup.count') count;
|
||||
@alias('taskGroup.job.runningDeployment') runningDeployment;
|
||||
|
||||
Reference in New Issue
Block a user