Commit 003c397b authored by guerler's avatar guerler
Browse files

Fix linting

parent 492d7192
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -238,7 +238,6 @@ describe("DatasetView", () => {
    });

    describe("Error state handling", () => {

        it("shows error tab for datasets with error state", async () => {
            const wrapper = await mountDatasetView("error", { dataset: errorDataset });

+5 −3
Original line number Diff line number Diff line
<script setup lang="ts">
import { ref, computed } from "vue";
import LoadingSpan from "@/components/LoadingSpan.vue";
import { computed, ref } from "vue";

import { withPrefix } from "@/utils/redirect";

import LoadingSpan from "@/components/LoadingSpan.vue";

const emit = defineEmits(["load"]);

export interface Props {