Invoices can be uploaded
This commit is contained in:
@@ -22,11 +22,6 @@ final class InertiaProvider
|
||||
}
|
||||
|
||||
public function render() : Response {
|
||||
if (null !== session()->get('message')) {
|
||||
$this->props['message'] = session()->get('message');
|
||||
session()->forget('message');
|
||||
}
|
||||
|
||||
$this->props['availableLocalGroups'] = Tenant::where(['is_active_local_group' => true])->get();
|
||||
|
||||
return Inertia::render(
|
||||
|
||||
Reference in New Issue
Block a user