@overmap-ai/core 1.0.53-add-agent-conversations.23 → 1.0.53-add-agent-conversations.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/overmap-core.js
CHANGED
|
@@ -6338,7 +6338,8 @@ class IssueService extends BaseApiService {
|
|
|
6338
6338
|
if (error2 instanceof APIError) {
|
|
6339
6339
|
(_a2 = unsafeShowToast) == null ? void 0 : _a2({
|
|
6340
6340
|
title: "Could not create issue",
|
|
6341
|
-
description:
|
|
6341
|
+
description: error2.message,
|
|
6342
|
+
severity: "danger"
|
|
6342
6343
|
});
|
|
6343
6344
|
}
|
|
6344
6345
|
store.dispatch(removeIssue(issuePayload.offline_id));
|