param not params

This commit is contained in:
Rafeek-Khoudare
2025-07-21 16:39:59 +03:00
parent dd425236f4
commit 0c0f26bec7
8 changed files with 14 additions and 15 deletions

View File

@ -33,7 +33,7 @@ class _ManageBookableSpacesPageState extends State<ManageBookableSpacesPage> {
RemoteBookableSpacesService(HTTPService()),
)..add(
LoadBookableSpacesEvent(
BookableSpacesParams(currentPage: 1),
BookableSpacesParam(currentPage: 1),
),
),
),