Skip to content

Commit

Permalink
feat: allow toggling retries when form is public
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Jun 6, 2021
1 parent 67d5fb1 commit 2fe63e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ function settingsFormDirective(
}
}

$scope.isWebhookRetryToggleDisabled = () =>
$scope.isFormPublic() || !$scope.tempForm.webhook.url
$scope.isWebhookRetryToggleDisabled = () => !$scope.tempForm.webhook.url

$scope.saveWebhookUrl = () => {
if (!get($scope, 'tempForm.webhook.url')) {
Expand Down

0 comments on commit 2fe63e5

Please sign in to comment.