Skip to content

Commit

Permalink
Fix BannerStack typings following @reduxjs/toolkit bump to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jun 20, 2024
1 parent d9169a6 commit fb34b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/SideWindow/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const bannerStackAdapter = createEntityAdapter({
})

export interface SideWindowState {
bannerStack: EntityState<SideWindow.BannerStackItem>
bannerStack: EntityState<SideWindow.BannerStackItem, number>
isDraftCancellationConfirmationDialogOpen: boolean
nextPath: SideWindow.FullPath | undefined
selectedPath: SideWindow.FullPath
Expand Down

0 comments on commit fb34b43

Please sign in to comment.