mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support filtering transaction amount
This commit is contained in:
@@ -175,6 +175,14 @@ const parameterizedErrors = [
|
||||
field: 'parameter',
|
||||
localized: true
|
||||
}]
|
||||
},
|
||||
{
|
||||
localeKey: 'parameter invalid amount filter',
|
||||
regex: /^parameter "(\w+)" is invalid amount filter$/,
|
||||
parameters: [{
|
||||
field: 'parameter',
|
||||
localized: true
|
||||
}]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user