diff --git a/package.json b/package.json index 3ce4020..d580ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unipept-web-components", - "version": "2.1.4", + "version": "2.1.5", "scripts": { "dev": "vite", "build": "vue-tsc --emitDeclarationOnly && vite build && tsc --emitDeclarationOnly && tsc-alias && rm -rf types/test types/plugins types/main.d.ts", diff --git a/src/components/tables/DataSourceTable.vue b/src/components/tables/DataSourceTable.vue index ab9f4f6..50277cd 100644 --- a/src/components/tables/DataSourceTable.vue +++ b/src/components/tables/DataSourceTable.vue @@ -35,7 +35,7 @@ ("All"); const selectedItems = ref([]); -const allItems = ref(props.items); const selectAll = () => { selectedItems.value = props.items; diff --git a/src/components/visualizations/heatmap/single/DataSourceSingle.vue b/src/components/visualizations/heatmap/single/DataSourceSingle.vue index ffda2a5..eeb147c 100644 --- a/src/components/visualizations/heatmap/single/DataSourceSingle.vue +++ b/src/components/visualizations/heatmap/single/DataSourceSingle.vue @@ -20,7 +20,7 @@