Skip to content

Commit

Permalink
fix tsc linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Aug 25, 2024
1 parent 316dab4 commit bcc44a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ThumbnailsToggle() {
page: {id: p.page.id, number: p.page.number}
}
})
dispatch(applyPageOpChanges({pages, panel: mode}))
dispatch(applyPageOpChanges({pages: _pages, panel: mode}))
}
}

Expand Down
1 change: 0 additions & 1 deletion ui2/src/slices/dualPanel/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import type {
PaginationType,
BreadcrumbItemType,
DocumentVersionWithPageRot,
PageType,
PageAndRotOp
} from "@/types"

Expand Down

0 comments on commit bcc44a1

Please sign in to comment.