mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
fix static analysis
This commit is contained in:
parent
0dd94695b8
commit
7dbbd69577
|
|
@ -119,7 +119,7 @@ export class GeneralUI
|
|||
uri = window.omsApp.request.getRootPath() + uri;
|
||||
|
||||
fetch(UriFactory.build(uri))
|
||||
.then (response => response.text())
|
||||
.then(response => response.text())
|
||||
.then((html) => {
|
||||
if (window.omsApp.state && window.omsApp.state.hasChanges) {
|
||||
const message = new NotificationMessage(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user