fix: boarding
fix: error handling fix: restarting state
This commit is contained in:
@@ -28,7 +28,7 @@ class Form extends Component
|
||||
try {
|
||||
$this->team->save();
|
||||
} catch (\Throwable $e) {
|
||||
return general_error_handler($e, $this);
|
||||
return handleError($e, $this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user