BIG-118: feat: hide the pagination before table has minimum items length.

This commit is contained in:
a.bouhuolia
2021-09-28 19:52:01 +02:00
parent 0aca6d9af7
commit d6c78a9908
5 changed files with 22 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ const initialState = {
vendors: {
tableSize: 'medium',
},
accounts: {
tableSize: 'medium'
}
},
};