Cost units can be edited
This commit is contained in:
@@ -24,7 +24,11 @@ class RegistrationController extends CommonController {
|
||||
}
|
||||
|
||||
|
||||
$inertiaProvider = new InertiaProvider('UserManagement/Registration', ['errors' => $errors, 'appName' => app('tenant')->name]);
|
||||
$inertiaProvider = new InertiaProvider('UserManagement/Registration', [
|
||||
'errors' => $errors,
|
||||
'appName' => app('tenant')->name,
|
||||
'tenant' => app('tenant'),
|
||||
]);
|
||||
return $inertiaProvider->render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user