LP1840050 FM Editor WIP
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 20:00:28 +0000 (16:00 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 16 Aug 2019 20:00:28 +0000 (16:00 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor-action.component.ts
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts

index ab52b40..298856d 100644 (file)
@@ -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<string>;
index f9d3362..aa65a93 100644 (file)
@@ -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) {