We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86ee81 commit 54e57acCopy full SHA for 54e57ac
client/src/components/DatasetInformation/DatasetError.vue
@@ -3,7 +3,7 @@ import { library } from "@fortawesome/fontawesome-svg-core";
3
import { faBug } from "@fortawesome/free-solid-svg-icons";
4
import { BAlert, BCard } from "bootstrap-vue";
5
import { storeToRefs } from "pinia";
6
-import { onMounted, ref } from "vue";
+import { computed, onMounted, ref } from "vue";
7
8
import { GalaxyApi, type HDADetailed } from "@/api";
9
import { fetchDatasetDetails } from "@/api/datasets";
0 commit comments