fix
This commit is contained in:
parent
adc56d5877
commit
f3a25939db
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public function copyFromInstanceSettings()
|
||||||
]);
|
]);
|
||||||
$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…
Reference in a new issue