Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
golsch committed Jan 13, 2025
1 parent a887b9c commit d21f77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class MIROrcidExportModalHandler extends MIRModalHandler {
alertDiv: HTMLDivElement
) {
super(modalDiv);
console.log(exportBtn);
this._accessToken = accessToken;
this._orcidWorkService = orcidWorkService;
this._orcidUserService = orcidUserService;
Expand All @@ -50,6 +49,7 @@ export class MIROrcidExportModalHandler extends MIRModalHandler {
this._objectId = null;
this.resetModal();
this.handleOpenModal = this.handleOpenModal.bind(this);
this.handleSelectChange = this.handleSelectChange.bind(this);
this.bindEvents();
}

Expand Down
4 changes: 2 additions & 2 deletions mir-module/src/main/js/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default defineConfig({
build: {
rollupOptions: {
input: {
// 'user': 'src/user.ts',
// 'result-list': 'src/result-list.ts'
'user': 'src/user.ts',
'result-list': 'src/result-list.ts',
'metadata': 'src/metadata.ts',
},
output: {
Expand Down

0 comments on commit d21f77a

Please sign in to comment.