Skip to content

Commit

Permalink
Deploy latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-development committed Sep 23, 2024
1 parent 2ef8b19 commit 33cd3ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8532,7 +8532,7 @@ class ImportDialogComponent {
template: function ImportDialogComponent_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](0, "mat-dialog-content")(1, "label", 0)(2, "h2");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtext"](3, "Enter URL:");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtext"](3, "Import Domain Story from this URL:");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]()();
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](4, "input", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵpipe"](5, "async");
Expand Down Expand Up @@ -8727,7 +8727,7 @@ class ImportDomainStoryService {
});
}
this.modelerService.commandStackChanged();
}).catch(() => this.snackbar.open('Cross-origin request blocked', undefined, {
}).catch(() => this.snackbar.open('Request blocked by server (CORS error)', undefined, {
duration: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_2__.SNACKBAR_DURATION_LONG,
panelClass: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_2__.SNACKBAR_ERROR
}));
Expand Down
2 changes: 1 addition & 1 deletion app-latest-build/main.js.map

Large diffs are not rendered by default.

0 comments on commit 33cd3ce

Please sign in to comment.