@industry-theme/backlogmd-kanban-panel 1.2.13 → 1.2.14
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/panels.bundle.js
CHANGED
|
@@ -6336,7 +6336,7 @@ function gt(o, e, t, r2) {
|
|
|
6336
6336
|
};
|
|
6337
6337
|
}, [o, e, t, r2]);
|
|
6338
6338
|
}
|
|
6339
|
-
const version = "1.2.
|
|
6339
|
+
const version = "1.2.13";
|
|
6340
6340
|
const packageJson = {
|
|
6341
6341
|
version
|
|
6342
6342
|
};
|
|
@@ -54258,7 +54258,7 @@ const TaskDetailPanel = ({
|
|
|
54258
54258
|
error: errorMessage
|
|
54259
54259
|
});
|
|
54260
54260
|
if (span) {
|
|
54261
|
-
span.addEvent("task.
|
|
54261
|
+
span.addEvent("task.delete.failed", {
|
|
54262
54262
|
"task.id": selectedTask.id
|
|
54263
54263
|
});
|
|
54264
54264
|
span.addEvent("task.save.error", {
|