From fb34b432a9ce69a3c4839c2645518cded68e5a22 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Thu, 20 Jun 2024 19:32:06 +0200 Subject: [PATCH] Fix BannerStack typings following @reduxjs/toolkit bump to v2 --- frontend/src/features/SideWindow/slice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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