fix: team error

This commit is contained in:
Andras Bacsai
2023-09-15 17:30:26 +02:00
parent e17ff99c5b
commit 4b2ffb456f
7 changed files with 13 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ class TelegramSettings extends Component
public function saveModel()
{
$this->team->save();
refreshSession();
$this->emit('success', 'Settings saved.');
}