Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Add MSW crud support for new Linode Interface endpoints ([#11875](https://github.com/linode/manager/pull/11875))
1 change: 1 addition & 0 deletions packages/manager/src/mocks/mockState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const emptyStore: MockState = {
firewalls: [],
ipAddresses: [],
linodeConfigs: [],
linodeInterfaces: [],
linodes: [],
notificationQueue: [],
placementGroups: [],
Expand Down
Loading