dark theme
This commit is contained in:
@ -99,9 +99,9 @@ namespace isnd.Services
|
||||
|
||||
return new PackageIndexViewModel
|
||||
{
|
||||
query = query,
|
||||
totalHits = total,
|
||||
data = pkgs
|
||||
Query = query,
|
||||
TotalHits = total,
|
||||
Data = pkgs
|
||||
};
|
||||
}
|
||||
public AutoCompleteResult AutoComplete(string id,
|
||||
|
Reference in New Issue
Block a user