updated deprecated trigger for ms teams

This commit is contained in:
Godfrey M 2024-11-12 15:35:09 -08:00
parent 787340b987
commit 832ccc6aa3

View file

@ -113,6 +113,10 @@ class SlackSettingsForm extends Component
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
$this->webhook_channel = '#NA';
}
}
public function updatedwebhookEndpoint() {
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
}
private function isButtonDisabled() {