mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -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')) {
|
if (\Session::has('prefilled')) {
|
||||||
$prefilled = \Session::get('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