forked from geolba/tethys.frontend
- linting correction in pagination.ts
- npm updates for core-js and webpack - xslt transformations for bounding boxes
This commit is contained in:
parent
43fb919064
commit
f1de1c30e7
4 changed files with 68 additions and 59 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Dataset } from "./dataset";
|
||||
|
||||
export interface Pagination {
|
||||
export interface Pagination {
|
||||
total: number;
|
||||
per_page?: number;
|
||||
current_page: number;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue