diff --git a/frontend/src/features/SideWindow/slice.ts b/frontend/src/features/SideWindow/slice.ts index 41118ec887..8ed5d9f0f9 100644 --- a/frontend/src/features/SideWindow/slice.ts +++ b/frontend/src/features/SideWindow/slice.ts @@ -11,7 +11,7 @@ export const bannerStackAdapter = createEntityAdapter({ }) export interface SideWindowState { - bannerStack: EntityState + bannerStack: EntityState isDraftCancellationConfirmationDialogOpen: boolean nextPath: SideWindow.FullPath | undefined selectedPath: SideWindow.FullPath