You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Search.Algolia/Client/src/dashboard/search-management-dashboard/views/algolia-dashboard-overview.ts
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Search.Algolia/Client/src/dashboard/search-management-dashboard/views/algolia-index.ts
+8-40Lines changed: 8 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ import { type AlgoliaIndexContext, ALGOLIA_CONTEXT_TOKEN } from '@umbraco-integr
16
16
17
17
importtype{
18
18
IndexConfigurationModel,
19
-
ContentTypeDtoModel,
20
-
ResultModel
19
+
ContentTypeDtoModel
21
20
}from"@umbraco-integrations/algolia/generated";
22
21
23
22
constelementName="algolia-index";
@@ -65,27 +64,18 @@ export class AlgoliaIndexElement extends UmbElementMixin(LitElement) {
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Search.Algolia/Client/src/dashboard/search-management-dashboard/views/algolia-search.ts
0 commit comments