We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac53a6d commit 64efd73Copy full SHA for 64efd73
src/Umbraco.Web.UI.Client/src/packages/core/notification/controllers/peek-error/peek-error.controller.ts
@@ -28,6 +28,5 @@ export class UmbPeekErrorController extends UmbControllerBase {
28
* @returns {UmbPeekErrorController} The notification peek controller instance
29
*/
30
export function umbPeekError(host: UmbControllerHost, args: UmbPeekErrorArgs) {
31
- console.log(host);
32
return new UmbPeekErrorController(host).open(args);
33
}
0 commit comments