From 5a3c4dc5766275e0b08753b487ca507d3ea387f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 2 Jan 2023 15:07:25 +0100 Subject: [PATCH] fix missing import --- .../src/core/resources/tryExecuteAndNotify.method.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts b/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts index 578f4ee2c2..fbf7a26b31 100644 --- a/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts +++ b/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts @@ -1,4 +1,5 @@ import { UmbControllerHostInterface } from "../controller/controller-host.mixin"; +import type { ProblemDetails } from "../backend-api/models/ProblemDetails"; import { UmbResourceController } from "./resource.controller"; import { UmbNotificationOptions } from "src/backoffice/core/services/notification";