Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 17, 2024
1 parent 8e3b4a6 commit 01e8c67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/DataDisplay/DataDisplayKeywordInContext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { Ref } from "vue";
import { useAPIs } from "@/composables/useAPIs";
import { useAuthenticatedFetch } from "@/composables/useAuthenticatedFetch";
import { useCorporaStore } from "@/stores/corpora";
import CorpusChip from "../Search/CorpusChip.vue";
import KWICDetailDialog from "./KWICDetailDialog.vue";
Expand Down Expand Up @@ -55,9 +56,7 @@ async function createSubcorpus() {
};create=True;${selected.value.map((docid: string) => `sca_doc.id=${docid}`).join(";")}`,
// "${CREATE_SUBCORPUS_URL}?${corporaForSearchWithoutSubCorpus};reload=;subcname=testcorbussi;create=Trueundefined;sca_doc.id=APA_19860220_APA0002;sca_doc.id=APA_19860220_APA0003",
);
Swal.fire("Confirmed", "Subcorpus created successfully!")
.then()
.catch(console.error);
Swal.fire("Confirmed", "Subcorpus created successfully!").then().catch(console.error);
await corporaStore.fetchSubCorpora();
}
}
Expand Down

0 comments on commit 01e8c67

Please sign in to comment.