You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in constructor of PaginatedReprensation you make the param for pages optional, but the variable is declared to int.
So you also have to make this nullable.
The text was updated successfully, but these errors were encountered:
Hello,
in constructor of PaginatedReprensation you make the param for pages optional, but the variable is declared to int.
So you also have to make this nullable.
The text was updated successfully, but these errors were encountered: