diff --git a/web/src/admin/applications/ApplicationListPage.ts b/web/src/admin/applications/ApplicationListPage.ts index c06236750..928e48b9b 100644 --- a/web/src/admin/applications/ApplicationListPage.ts +++ b/web/src/admin/applications/ApplicationListPage.ts @@ -89,10 +89,6 @@ export class ApplicationListPage extends TablePage { ]; } - renderSectionBefore(): TemplateResult { - return html``; - } - renderSidebarAfter(): TemplateResult { // Rendering the wizard with .open here, as if we set the attribute in // renderObjectCreate() it'll open two wizards, since that function gets called twice diff --git a/web/src/admin/providers/ProviderListPage.ts b/web/src/admin/providers/ProviderListPage.ts index 7dbab4f16..6ff994611 100644 --- a/web/src/admin/providers/ProviderListPage.ts +++ b/web/src/admin/providers/ProviderListPage.ts @@ -61,10 +61,6 @@ export class ProviderListPage extends TablePage { ]; } - renderSectionBefore(): TemplateResult { - return html``; - } - renderToolbarSelected(): TemplateResult { const disabled = this.selectedElements.length < 1; return html`