mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix
This commit is contained in:
@@ -70,7 +70,7 @@ class EmailSettings extends Component
|
|||||||
]);
|
]);
|
||||||
$this->decrypt();
|
$this->decrypt();
|
||||||
if (is_a($team, Team::class)) {
|
if (is_a($team, Team::class)) {
|
||||||
session(['currentTeam' => $this->model]);
|
session(['currentTeam' => $team]);
|
||||||
}
|
}
|
||||||
$this->emit('success', 'Settings saved.');
|
$this->emit('success', 'Settings saved.');
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user