diff --git a/smp-angular/src/app/common/search-table/search-table.component.ts b/smp-angular/src/app/common/search-table/search-table.component.ts index a2e179f2f98ae3e7809318648b0b79bbae6948dd..4d15e94edfd4696b9506e9798675be647d50f287 100644 --- a/smp-angular/src/app/common/search-table/search-table.component.ts +++ b/smp-angular/src/app/common/search-table/search-table.component.ts @@ -49,7 +49,7 @@ export class SearchTableComponent implements AfterViewInit { @Input() showSearchPanel: boolean = true; @Input() showIndexColumn: boolean = false; @Input() allowNewItems: boolean = false; - @Input() allowEditItems: boolean = false; + @Input() allowEditItems: boolean = true; @Input() allowDeleteItems: boolean = false; loading = false;