Skip to content

Commit 832ccc6

Browse files
committed
updated deprecated trigger for ms teams
1 parent 787340b commit 832ccc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Livewire/SlackSettingsForm.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ public function updatedWebhookSelected() {
113113
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
114114
$this->webhook_channel = '#NA';
115115
}
116+
117+
}
118+
public function updatedwebhookEndpoint() {
119+
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
116120
}
117121

118122
private function isButtonDisabled() {

0 commit comments

Comments
 (0)