diff --git a/src/store.ts b/src/store.ts index 0738b75cf..595bc9b31 100644 --- a/src/store.ts +++ b/src/store.ts @@ -529,7 +529,7 @@ const createMlStore = (logging: Logging) => { ); a.setAttribute( "download", - `${project.header?.name ?? untitledProjectName}-data-samples` + `${project.header?.name ?? untitledProjectName}-data-samples.json` ); a.style.display = "none"; a.click();