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();
|
||||
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