diff --git a/frontend/src/mock/system/resourcePool.ts b/frontend/src/mock/system/resourcePool.ts index 6d9f6c652e..389a15a433 100644 --- a/frontend/src/mock/system/resourcePool.ts +++ b/frontend/src/mock/system/resourcePool.ts @@ -158,3 +158,4 @@ // }; // mock(RequestEnum.POST, PoolListUrl, getPoolList(), 200, true); +export default {};