From e4c83e2634963f79a212726b7cf9f2fee313ece4 Mon Sep 17 00:00:00 2001 From: cmoinier Date: Thu, 19 Dec 2024 15:39:19 +0100 Subject: [PATCH] feat: remove white space and grey bar of my-drafts --- .../src/app/records/my-draft/my-draft.component.html | 1 - .../src/app/records/my-draft/my-draft.component.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/metadata-editor/src/app/records/my-draft/my-draft.component.html b/apps/metadata-editor/src/app/records/my-draft/my-draft.component.html index 8d50b66d5..fdfb8f206 100644 --- a/apps/metadata-editor/src/app/records/my-draft/my-draft.component.html +++ b/apps/metadata-editor/src/app/records/my-draft/my-draft.component.html @@ -1,4 +1,3 @@ -

diff --git a/apps/metadata-editor/src/app/records/my-draft/my-draft.component.ts b/apps/metadata-editor/src/app/records/my-draft/my-draft.component.ts index 2cf263ff8..5d59d4e53 100644 --- a/apps/metadata-editor/src/app/records/my-draft/my-draft.component.ts +++ b/apps/metadata-editor/src/app/records/my-draft/my-draft.component.ts @@ -12,7 +12,7 @@ import { startWith, switchMap } from 'rxjs' import { RecordsCountComponent } from '../records-count/records-count.component' import { RecordsListComponent } from '../records-list.component' @Component({ - selector: 'md-editor-my-my-draft', + selector: 'md-editor-my-draft', templateUrl: './my-draft.component.html', styleUrls: ['./my-draft.component.css'], standalone: true,