Skip to content

Commit

Permalink
fix: enabled compounds summary info view by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Dec 8, 2023
1 parent e82cc08 commit 3184be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ export default {
loadingStep: false,
spectraLoadingStatus: false,
spectraLoadingMessage: null,
showCompoundDetails: false,
showCompoundDetails: true,
currentDraft: null,
drafts: [],
Expand Down

0 comments on commit 3184be0

Please sign in to comment.