Merge relevant Abstract and references
Compare changes
- Remi PLANEL authored
+ 41
− 32
@@ -51,7 +51,7 @@ const filterError: Ref<string | null> = ref(null)
@@ -61,7 +61,7 @@ const computedTableHeight = computed(() => {
@@ -70,7 +70,7 @@ const filterInputValues = computed(() => {
@@ -156,17 +156,14 @@ function clearFilterOrSearch() {
@@ -190,10 +187,6 @@ watch(filterInputValues, (newSoF) => {
@@ -214,7 +207,7 @@ const operatorItems = ref([
@@ -237,9 +230,9 @@ const autocompleteItems = computed(() => {
@@ -264,33 +257,33 @@ function selectItem(item) {
@@ -334,7 +327,7 @@ function namesToAccessionChips(names: string[]) {
@@ -370,10 +363,11 @@ function namesToAccessionChips(names: string[]) {
@@ -388,6 +382,21 @@ function namesToAccessionChips(names: string[]) {