fix globals within boards_bundle mock data
This commit is contained in:
parent
8d2099cb53
commit
970155a3f4
1 changed files with 5 additions and 0 deletions
|
@ -56,3 +56,8 @@ const boardsMockInterceptor = (request, next) => {
|
|||
status: 200
|
||||
}));
|
||||
};
|
||||
|
||||
window.listObj = listObj;
|
||||
window.listObjDuplicate = listObjDuplicate;
|
||||
window.BoardsMockData = BoardsMockData;
|
||||
window.boardsMockInterceptor = boardsMockInterceptor;
|
||||
|
|
Loading…
Reference in a new issue