mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Merge pull request #12664 from Godmartinz/The_final_lowercase
The final lowercase in webhooks
This commit is contained in:
commit
322fd76353
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
|
||||
<!--Webhook Integration Test-->
|
||||
@if($webhook_selected == 'Slack' || $webhook_selected == 'Discord')
|
||||
@if($webhook_selected == 'slack')
|
||||
@if($webhook_endpoint != null && $webhook_channel != null)
|
||||
<div class="form-group col-md-12">
|
||||
<div class="col-md-offset-3 col-md-9">
|
||||
|
|
Loading…
Reference in a new issue