Skip to content

Commit

Permalink
adds # to webhook channel trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Jan 31, 2024
1 parent ed06f32 commit 8a5b469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Livewire/SlackSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ public function mount() {
$this->webhook_botname = $this->setting->webhook_botname;
$this->webhook_options = $this->setting->webhook_selected;
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
$this->webhook_channel = null;
$this->webhook_channel = '#NA';
}


if($this->setting->webhook_endpoint != null && $this->setting->webhook_channel != null){
$this->isDisabled= '#NA';
$this->isDisabled= '';
}

}
Expand Down

0 comments on commit 8a5b469

Please sign in to comment.