Fix kanban undefined

pull/1/head
yflory 2021-02-03 12:41:22 +01:00
parent f8ae3a8c8e
commit ea13b40698
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ define([
_updateBoards(framework, kanban, boards);
return;
}
_updateBoardsThrottle();
_updateBoardsThrottle(framework, kanban, boards);
};
var onRemoteChange = Util.mkEvent();