diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts index 4a26190c49..fe73d0c5a5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/manifests.ts @@ -1,5 +1,5 @@ import { UMB_STYLESHEET_ENTITY_TYPE } from '../entity.js'; -import { UMB_STYLESHEET_DETAIL_REPOSITORY_ALIAS } from '../repository/index.js'; +import { UMB_STYLESHEET_DETAIL_REPOSITORY_ALIAS, UMB_STYLESHEET_ITEM_REPOSITORY_ALIAS } from '../repository/index.js'; import { manifests as createManifests } from './create/manifests.js'; import { manifests as renameManifests } from './rename/manifests.js'; import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry'; @@ -11,7 +11,7 @@ const stylesheetActions: Array = [ name: 'Delete Stylesheet Entity Action', meta: { detailRepositoryAlias: UMB_STYLESHEET_DETAIL_REPOSITORY_ALIAS, - itemRepositoryAlias: UMB_STYLESHEET_DETAIL_ITEM_REPOSITORY_ALIAS, // TODO: implement item repo + itemRepositoryAlias: UMB_STYLESHEET_ITEM_REPOSITORY_ALIAS, entityTypes: [UMB_STYLESHEET_ENTITY_TYPE], }, },