Fix configuration export in browser

This commit is contained in:
2024-07-14 17:03:28 +09:30
parent 0326392aaa
commit 374705ca27

View File

@@ -197,7 +197,7 @@ export class ProtoDefinitionSelectorComponent {
}
protected async exportConfiguration() {
if (typeof __TAURI__ !== undefined) {
if (typeof __TAURI__ !== 'undefined') {
const filePath = await save({
defaultPath: `bufpiv.json`,
});