Skip to content

Commit

Permalink
EPMRPP-91793 || Slack Notifications. Incorrect webhook URL placeholde…
Browse files Browse the repository at this point in the history
…r on modal window
  • Loading branch information
APiankouski committed Jul 10, 2024
1 parent b9fa37f commit 1ffe45e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void addFieldsInfo(IntegrationType integrationType) {
ruleField.put("name", "webhookURL");
ruleField.put("label", "Webhook URL");
ruleField.put("type", "text");
ruleField.put("placeholder", "https//...");
ruleField.put("placeholder", "https://...");
ruleField.put("required", true);
Map<String, Object> validation = new HashMap<>();
validation.put("type", "url");
Expand Down

0 comments on commit 1ffe45e

Please sign in to comment.