Skip to content

Commit

Permalink
[FIX] Correct events timing logic auto-fill when configuration file u…
Browse files Browse the repository at this point in the history
…ploaded
  • Loading branch information
dlevitas committed Sep 28, 2023
1 parent c393ff2 commit 7d21e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default defineComponent({
//things that convert.ts uses
objects: this.ezbids.objects, //most important thing that convert.ts needs
events: this.events,
events: this.ezbids.events,
entityMappings, //helps with convert
datasetDescription: this.ezbids.datasetDescription,
readme: this.ezbids.readme,
Expand Down

0 comments on commit 7d21e38

Please sign in to comment.