fix: slack helper

This commit is contained in:
peaklabs-dev
2024-12-11 19:16:07 +01:00
parent b48353c8a6
commit 1dade36253

View File

@@ -24,7 +24,7 @@
<x-forms.checkbox instantSave="instantSaveSlackEnabled" id="slackEnabled" label="Enabled" /> <x-forms.checkbox instantSave="instantSaveSlackEnabled" id="slackEnabled" label="Enabled" />
</div> </div>
<x-forms.input type="password" <x-forms.input type="password"
helper="Generate a webhook in Slack.<br>Example: https://hooks.slack.com/services/...." required helper="Create a Slack APP and generate a Incoming Webhook URL. <br><a class='inline-block underline dark:text-white' href='https://api.slack.com/apps' target='_blank'>Create Slack APP</a>" required
id="slackWebhookUrl" label="Webhook" /> id="slackWebhookUrl" label="Webhook" />
</form> </form>
<h2 class="mt-4">Notification Settings</h2> <h2 class="mt-4">Notification Settings</h2>