From 118d5923fd23c09965afcffc7f13c5a3c0d83ab0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 16 Aug 2019 16:00:28 -0400 Subject: [PATCH] LP1840050 FM Editor WIP Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts | 2 +- Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts index ab52b4096d..298856d684 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts @@ -13,7 +13,7 @@ export class FmRecordEditorActionComponent implements OnInit { @Input() label: string; - @Input() buttonCss: string = 'btn-outline-dark'; + @Input() buttonCss = 'btn-outline-dark'; // Emits the 'key' of the clicked action. @Output() actionClick: EventEmitter; diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts index f9d3362c4a..aa65a9313c 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts @@ -165,7 +165,7 @@ export class FmRecordEditorComponent // is actionable. This allows the caller to use both @Input()'s // without each clobbering the other. - // Record ID to view/update. + // Record ID to view/update. _recordId: any = null; @Input() set recordId(id: any) { if (id) { -- 2.11.0