mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Fixed a display bug. I commented this out, but no idea why.
This commit is contained in:
parent
7329c0b200
commit
77e5024f54
@ -61,7 +61,7 @@ class Form
|
||||
*/
|
||||
if (\Session::has('prefilled')) {
|
||||
$prefilled = \Session::get('prefilled');
|
||||
//$value = isset($prefilled[$name]) && is_null($value) ? $prefilled[$name] : $value;
|
||||
$value = isset($prefilled[$name]) && is_null($value) ? $prefilled[$name] : $value;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user