fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.48k stars 730 forks source link

not all brands loaded in add/edit product page #329

Closed cl-floyd closed 3 years ago

cl-floyd commented 3 years ago

Hi, I have added 20 or so brands to the database, however when I go to add/edit product page, only 10 items show up.
I am assuming this is a cache issue, but how would one go about displaying all of the brands in the dropdown?

Regards