Skip to content

Commit b1b4ae4

Browse files
authored
update filename (#254)
1 parent 4bddcec commit b1b4ae4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/components/zaehlstelle/ZaehldatenDiagramme.vue

-6
Original file line numberDiff line numberDiff line change
@@ -786,12 +786,6 @@ function generateCsv() {
786786
})
787787
.finally(() => (loadingFile.value = false));
788788
}
789-
790-
function activeTabColor(tab: number) {
791-
console.log(tab);
792-
console.log(activeTab.value);
793-
return tab === activeTab.value ? "white" : "red";
794-
}
795789
</script>
796790

797791
<style scoped lang="scss">

0 commit comments

Comments
 (0)