fix: change the min lines of entries.

This commit is contained in:
a.bouhuolia
2022-03-20 12:21:16 +02:00
parent 4f7e9caedb
commit 89b28903fa
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import {
ensureEntriesHaveEmptyLine,
} from 'containers/Entries/utils';
export const MIN_LINES_NUMBER = 4;
export const MIN_LINES_NUMBER = 1;
export const defaultReceiptEntry = {
index: 0,