mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
update libraries for better keyboard use.
This commit is contained in:
@@ -401,7 +401,7 @@ class Request extends FormRequest
|
||||
if (is_numeric($type)) {
|
||||
$type = (int)$type;
|
||||
}
|
||||
if (0 === $type || 'none' === $type) {
|
||||
if (0 === $type || 'none' === $type || '' === $type) {
|
||||
return;
|
||||
}
|
||||
// basic float check:
|
||||
|
||||
Reference in New Issue
Block a user