Skip to content

Commit

Permalink
Update PrintingEnhancedWidgetFactory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp authored Jul 1, 2024
1 parent c8b41f2 commit 97250e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class PrintingEnhancedWidgetFactory {
} else {
console.warn("templatesInfo not yet available. Did you configure the property 'printtask.service.url` in map.apps' application.properties file? Still waiting for templatesInfo to get available...");
const watcher = printViewModel.watch("templatesInfo", (templatesInfo) => {
console.warn("templatesInfo now available.")
console.warn("templatesInfo now available.");
this._setTemplatesInfos(templatesInfo);
watcher.remove();
});
Expand Down

0 comments on commit 97250e9

Please sign in to comment.