web: fix layout for search

This commit is contained in:
Jens Langhammer
2021-03-08 12:55:13 +01:00
parent 2852fa3c5e
commit ff276fcc58
3 changed files with 4 additions and 8 deletions

View File

@ -6,10 +6,10 @@ export interface QueryArguments {
export interface BaseInheritanceModel {
object_type: string;
objectType: string;
verbose_name: string;
verbose_name_plural: string;
verboseName: string;
verboseNamePlural: string;
}