dashfolders: convert folder settings to React

This commit is contained in:
Daniel Lee
2018-01-11 15:42:45 +01:00
parent e1aff1d5ff
commit 545d7b9477
16 changed files with 408 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ describe('BridgeSrv', () => {
let searchSrv;
beforeEach(() => {
searchSrv = new BridgeSrv(null, null, null, null);
searchSrv = new BridgeSrv(null, null, null, null, null);
});
describe('With /subUrl as appSubUrl', () => {