fix
This commit is contained in:
parent
adc56d5877
commit
f3a25939db
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user