fix(server): bank accounts filter

This commit is contained in:
Ahmed Bouhuolia
2026-01-09 20:00:44 +02:00
parent 3f2ab6e8f0
commit 2186828516
9 changed files with 317 additions and 33 deletions

View File

@@ -6,6 +6,8 @@ import { createTableStateReducers } from '@/store/tableState.reducer';
import t from '@/store/types';
export const defaultTableQuery = {
pageSize: 9999,
pageIndex: 0,
filterRoles: [],
};