[DSC-94] reload tabs box after claim made

This commit is contained in:
Alba Aliu
2021-09-17 23:07:48 +02:00
parent 706cc47197
commit cbab3484e7
3 changed files with 7 additions and 4 deletions

View File

@@ -42,7 +42,10 @@ export class ValidationSuggestionsComponent extends InputSuggestionsComponent im
* The suggestions that should be shown
*/
@Input() suggestions: InputSuggestion[] = [];
/**
* The possibility to edit metadata
*/
@Input() disable;
constructor(private metadataFieldValidator: MetadataFieldValidator,
private objectUpdatesService: ObjectUpdatesService) {
super();