mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
Small changes to create transaction form
This commit is contained in:
@@ -92,7 +92,7 @@ class CreateController extends Controller
|
||||
if('edit' === $request->get('redirect')) {
|
||||
return response()->json(['redirect' => route('transactions.edit', [$newGroup->id])]);
|
||||
}
|
||||
|
||||
|
||||
return response()->json(['redirect' => route('transactions.show', [$newGroup->id])]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user