Fix configuration export in browser
This commit is contained in:
@@ -197,7 +197,7 @@ export class ProtoDefinitionSelectorComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected async exportConfiguration() {
|
protected async exportConfiguration() {
|
||||||
if (typeof __TAURI__ !== undefined) {
|
if (typeof __TAURI__ !== 'undefined') {
|
||||||
const filePath = await save({
|
const filePath = await save({
|
||||||
defaultPath: `bufpiv.json`,
|
defaultPath: `bufpiv.json`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user