diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/rest/rest-table.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/rest/rest-table.ts b/client/src/app/shared/rest/rest-table.ts index 63e0e1b97..5954a7ba1 100644 --- a/client/src/app/shared/rest/rest-table.ts +++ b/client/src/app/shared/rest/rest-table.ts | |||
@@ -11,7 +11,7 @@ export abstract class RestTable { | |||
11 | abstract sort: SortMeta | 11 | abstract sort: SortMeta |
12 | abstract pagination: RestPagination | 12 | abstract pagination: RestPagination |
13 | 13 | ||
14 | protected search: string | 14 | search: string |
15 | private searchStream: Subject<string> | 15 | private searchStream: Subject<string> |
16 | 16 | ||
17 | abstract getIdentifier (): string | 17 | abstract getIdentifier (): string |