Merge branch 'develop' into features/import_models

This commit is contained in:
snipe
2024-11-13 15:51:36 +00:00
committed by GitHub
4 changed files with 41 additions and 39 deletions
+3
View File
@@ -117,6 +117,9 @@ class SlackSettingsForm extends Component
public function updatedwebhookEndpoint() {
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
}
public function updatedwebhookEndpoint() {
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
}
private function isButtonDisabled() {
if (empty($this->webhook_endpoint)) {