Add clickable docs url on error (#806)

This commit is contained in:
Vladyslav Miachkov
2024-05-25 13:00:51 +03:00
committed by GitHub
parent a0c06048cd
commit b027fff103
21 changed files with 173 additions and 104 deletions
+3 -2
View File
@@ -102,9 +102,10 @@ PageType {
PageController.showBusyIndicator(false)
}
function onExportErrorOccurred(errorMessage) {
function onExportErrorOccurred(error) {
shareConnectionDrawer.close()
PageController.showErrorMessage(errorMessage)
PageController.showErrorMessage(error)
}
}