Skip to content

Commit

Permalink
client: Make it possible to edit only slack channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
XxRoloxX committed Dec 11, 2024
1 parent 31a9488 commit d78ecb7
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 d78ecb7

Please sign in to comment.