Skip to content

Commit

Permalink
User reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Jan 16, 2025
1 parent e86ee81 commit 54e57ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/DatasetInformation/DatasetError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { library } from "@fortawesome/fontawesome-svg-core";
import { faBug } from "@fortawesome/free-solid-svg-icons";
import { BAlert, BCard } from "bootstrap-vue";
import { storeToRefs } from "pinia";
import { onMounted, ref } from "vue";
import { computed, onMounted, ref } from "vue";
import { GalaxyApi, type HDADetailed } from "@/api";
import { fetchDatasetDetails } from "@/api/datasets";
Expand Down

0 comments on commit 54e57ac

Please sign in to comment.