File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import 'package:go_router/go_router.dart';
44import 'package:ht_dashboard/content_management/bloc/content_management_bloc.dart' ;
55import 'package:ht_dashboard/content_management/bloc/create_category/create_category_bloc.dart' ;
66import 'package:ht_dashboard/l10n/l10n.dart' ;
7+ import 'package:ht_dashboard/shared/constants/pagination_constants.dart' ;
78import 'package:ht_dashboard/shared/shared.dart' ;
89import 'package:ht_data_repository/ht_data_repository.dart' ;
910import 'package:ht_shared/ht_shared.dart' ;
@@ -82,7 +83,9 @@ class _CreateCategoryViewState extends State<_CreateCategoryView> {
8283 ),
8384 );
8485 context.read <ContentManagementBloc >().add (
85- const LoadCategoriesRequested (),
86+ const LoadCategoriesRequested (
87+ limit: kDefaultRowsPerPage,
88+ ),
8689 );
8790 context.pop ();
8891 }
You can’t perform that action at this time.
0 commit comments