Skip to content

Commit

Permalink
Merge pull request #146 from Magpie-Monitor/adam-lamers/fix-slack-not…
Browse files Browse the repository at this point in the history
…ification-edit

client: Make it possible to edit only slack channel name
  • Loading branch information
XxRoloxX authored Dec 11, 2024
2 parents bb05014 + d78ecb7 commit da2f790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const EditSlackChannelPopup = ({
const isFormValid = () => {
return (
nonEmptyFieldValidation(slackChannel.name) == null &&
slackWebhookValidation(slackChannel.webhookUrl) == null
validateNonEmptySlackWebhook(slackChannel.webhookUrl) == null
);
};

Expand Down

0 comments on commit da2f790

Please sign in to comment.