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 e5edfbc commit dea3e65Copy full SHA for dea3e65
client/src/components/Dataset/DatasetDisplay.vue
@@ -12,7 +12,7 @@ import { bytesToString } from "@/utils/utils";
12
import Alert from "@/components/Alert.vue";
13
import LoadingSpan from "@/components/LoadingSpan.vue";
14
import CenterFrame from "@/entry/analysis/modules/CenterFrame.vue";
15
-import TabularChunkedView from "components/Dataset/Tabular/TabularChunkedView.vue";
+import TabularChunkedView from "@/components/Dataset/Tabular/TabularChunkedView.vue";
16
17
interface Props {
18
datasetId: string;
0 commit comments