Skip to content

Commit

Permalink
Making maxTransactionGroupsExceeded false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed Feb 7, 2023
1 parent 50444bb commit be6c5b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const INITIAL_STATE: InitialState = {
requestId: '',
mainStatisticsData: {
transactionGroups: [],
maxTransactionGroupsExceeded: true,
maxTransactionGroupsExceeded: false,
transactionOverflowCount: 0,
transactionGroupsTotalItems: 0,
},
Expand Down

0 comments on commit be6c5b5

Please sign in to comment.