We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787340b commit 832ccc6Copy full SHA for 832ccc6
app/Livewire/SlackSettingsForm.php
@@ -113,6 +113,10 @@ public function updatedWebhookSelected() {
113
if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){
114
$this->webhook_channel = '#NA';
115
}
116
+
117
+ }
118
+ public function updatedwebhookEndpoint() {
119
+ $this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
120
121
122
private function isButtonDisabled() {
0 commit comments