mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
spacing
This commit is contained in:
parent
01bb8d8c9a
commit
a876703f8f
|
@ -79,7 +79,7 @@ class SlackSettingsForm extends Component
|
|||
$this->webhook_channel = $this->setting->webhook_channel;
|
||||
$this->webhook_botname = $this->setting->webhook_botname;
|
||||
$this->webhook_options = $this->setting->webhook_selected;
|
||||
if($this->webhook_selected == 'microsoft' ||$this->webhook_selected == 'google'){
|
||||
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
|
||||
$this->webhook_channel = 'NA';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue