summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-08-21 12:19:54 +0200
committerGitHub <noreply@github.com>2020-08-21 12:19:54 +0200
commit42917255482b04f1b3d987055575e96a6fab844d (patch)
tree3b1ed499eb9ce6c189c48ae63ea9acd981cfbec1 /src/components/Properties/PropertyText.vue
parent87615fb6549c884aa9891666748170aea27e89e5 (diff)
parentea399a48680c6024deff20c865bce7bb55083ba5 (diff)
Merge pull request #1446 from nextcloud/design/form-simplifyy
Diffstat (limited to 'src/components/Properties/PropertyText.vue')
-rw-r--r--src/components/Properties/PropertyText.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Properties/PropertyText.vue b/src/components/Properties/PropertyText.vue
index 8bb254fb..39554ef3 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -25,8 +25,7 @@
<!-- title if first element -->
<PropertyTitle v-if="isFirstProperty && propModel.icon"
:icon="propModel.icon"
- :readable-name="propModel.readableName"
- :info="propModel.info" />
+ :readable-name="propModel.readableName" />
<div class="property__row">
<!-- type selector -->
@@ -73,6 +72,7 @@
:class="{'property__value--with-ext': haveExtHandler}"
type="text"
class="property__value"
+ :placeholder="type"
@input="updateValue">
<!-- external link -->