Cleaned up placeholder for webhook forms

This commit is contained in:
Peter Zimon 2021-09-01 12:55:40 +02:00
parent 16aec55acf
commit d8be0a794e
2 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@
oninput={{action "updateName" value="target.value"}}
id="new-integration-name"
class="gh-input mt1"
placeholder="Integration name..."
name="integration-name"
autofocus="autofocus"
autocapitalize="off"

View File

@ -16,7 +16,6 @@
@id="webhook-name"
@name="name"
@class="gh-input mt1"
@placeholder="Webhook name..."
@shouldFocus={{true}}
@autocapitalize="off"
@autocorrect="off"
@ -56,7 +55,6 @@
@id="webhook-targetUrl"
@name="targetUrl"
@class="gh-input mt1"
@placeholder="Webhook target URL..."
@shouldFocus={{true}}
@autocapitalize="off"
@autocorrect="off"
@ -75,7 +73,6 @@
@id="webhook-secret"
@name="secret"
@class="gh-input mt1"
@placeholder="Webhook secret..."
@shouldFocus={{true}}
@autocapitalize="off"
@autocorrect="off"