Skip to content

Commit 54e57ac

Browse files
committed
User reporting
1 parent e86ee81 commit 54e57ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/DatasetInformation/DatasetError.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { library } from "@fortawesome/fontawesome-svg-core";
33
import { faBug } from "@fortawesome/free-solid-svg-icons";
44
import { BAlert, BCard } from "bootstrap-vue";
55
import { storeToRefs } from "pinia";
6-
import { onMounted, ref } from "vue";
6+
import { computed, onMounted, ref } from "vue";
77
88
import { GalaxyApi, type HDADetailed } from "@/api";
99
import { fetchDatasetDetails } from "@/api/datasets";

0 commit comments

Comments
 (0)