This commit is contained in:
Godfrey M 2024-01-31 10:48:23 -08:00
parent f452204d62
commit 01bb8d8c9a

View file

@ -106,7 +106,7 @@ class SlackSettingsForm extends Component
$this->isDisabled= ''; $this->isDisabled= '';
$this->save_button = trans('general.save'); $this->save_button = trans('general.save');
} }
if($this->webhook_selected == 'microsoft' ||$this->webhook_selected == 'google'){ if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
$this->webhook_channel = 'NA'; $this->webhook_channel = 'NA';
} }