fix: slack helper
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user