Skip to content

Commit 237bc4e

Browse files
committed
fix
1 parent 101f194 commit 237bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HeaderNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default {
128128
},
129129
methods: {
130130
downloadFile() {
131-
const data = this.json_data;
131+
const data = this.exportCSV;
132132
const fileName = "Toponimi";
133133
const exportType = exportFromJSON.types.csv;
134134
const delimiter = ";";

0 commit comments

Comments
 (0)