Simplify notification
This commit is contained in:
parent
fbf9b69a6b
commit
dec35fcafd
|
@ -51,7 +51,7 @@
|
||||||
notifications.error("Error exporting the app.")
|
notifications.error("Error exporting the app.")
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notifications.error(error.message ?? "Error downloading the exported app")
|
notifications.error(error.message || "Error downloading the exported app")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue