mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
spacing
This commit is contained in:
parent
f452204d62
commit
01bb8d8c9a
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue