mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix
This commit is contained in:
parent
adc56d5877
commit
f3a25939db
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class EmailSettings extends Component
|
|||
]);
|
||||
$this->decrypt();
|
||||
if (is_a($team, Team::class)) {
|
||||
session(['currentTeam' => $this->model]);
|
||||
session(['currentTeam' => $team]);
|
||||
}
|
||||
$this->emit('success', 'Settings saved.');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue