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 Nov 27, 2024
1 parent b36758d commit 911c86b
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 @@ -8339,14 +8339,14 @@ class IconSetCustomizationService {
const actors = changedActors.join(', ');
this.snackbar.open(`The following icons are already in use as actors and cannot be changed: ${actors}`, undefined, {
duration: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.SNACKBAR_DURATION_LONGER,
panelClass: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.SNACKBAR_INFO
panelClass: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.SNACKBAR_ERROR
});
}
if (changedWorkobjects.length) {
const workobjects = changedWorkobjects.join(', ');
this.snackbar.open(`The following icons are already in use as work objects and cannot be changed: ${workobjects}`, undefined, {
duration: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.SNACKBAR_DURATION_LONGER,
panelClass: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.SNACKBAR_INFO
panelClass: _domain_entities_constants__WEBPACK_IMPORTED_MODULE_0__.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 911c86b

Please sign in to comment.