Bind the selected webhook and avoid clearing from database

This commit is contained in:
Marcus Moore
2025-05-20 11:40:44 -07:00
parent e3ffe79c4c
commit 7a79fd18f0
2 changed files with 1 additions and 20 deletions
-1
View File
@@ -191,7 +191,6 @@ class SlackSettingsForm extends Component
$this->setting->webhook_endpoint = '';
$this->setting->webhook_channel = '';
$this->setting->webhook_botname = '';
$this->setting->webhook_selected = '';
$this->setting->save();