Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irina060981 committed Apr 5, 2021
1 parent b61f6f6 commit 29e0f7f
Show file tree
Hide file tree
Showing 10 changed files with 163 additions and 159 deletions.
3 changes: 2 additions & 1 deletion packages/client-adapters/dist/alpheios-client-adapters.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5096,7 +5096,8 @@ class DTSAPIAdapter extends _clAdapters_adapters_base_adapter__WEBPACK_IMPORTED_
id: collJson['@id'],
type: collJson['@type'],
description: collJson.description,
baseUrl: this.config.baseUrl
baseUrl: this.config.baseUrl,
pagination: collectionsJSON.view
})
})
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/client-adapters/src/adapters/dtsapi/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ export default class DTSAPIAdapter extends BaseAdapter {
id: collJson['@id'],
type: collJson['@type'],
description: collJson.description,
baseUrl: this.config.baseUrl
baseUrl: this.config.baseUrl,
pagination: collectionsJSON.view
})
})
}
Expand Down
301 changes: 151 additions & 150 deletions packages/components/dist/alpheios-components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/dist/alpheios-components.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/dist/alpheios-components.min.js

Large diffs are not rendered by default.

0 comments on commit 29e0f7f

Please sign in to comment.