Skip to content

Commit

Permalink
Fix for publication page
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjang committed Jan 21, 2025
1 parent e78ae6a commit 751a983
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/views/Publications/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import PortalDatasetsListTable from "@/components/PortalDatasetsListTable.vue";
import StaticPageInfo from "@/components/StaticPageInfo.vue";
import uiUtils from "@/utils/uiUtils";
import { pageMixin } from "@/mixins/pageMixin.js";
import Alert, {
postAlert,
postAlertNotice,
postAlertError,
closeAlert
} from "@/components/Alert";

new Vue({
store,
Expand All @@ -15,6 +21,14 @@ new Vue({
},
mixins: [pageMixin],

methods: {
...uiUtils,
postAlert,
postAlertNotice,
postAlertError,
closeAlert
},

computed: {
diseaseGroup() {
return this.$store.getters["bioPortal/diseaseGroup"];
Expand Down

0 comments on commit 751a983

Please sign in to comment.