summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-01 21:17:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-01 21:17:38 +0200
commit791f215a25bac11bbd145467d5e9eb1777249282 (patch)
tree50c1059956d245c6262c58890a2b915f486328dc /src/components/Properties/PropertyText.vue
parent03590a7740b6bbd2bfeb068b9b1e3539300b2fe0 (diff)
Fix dialogs scss and notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Properties/PropertyText.vue')
-rw-r--r--src/components/Properties/PropertyText.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyText.vue b/src/components/Properties/PropertyText.vue
index 129bd811..0cbbecac 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -72,7 +72,7 @@
:class="{'property__value--with-ext': haveExtHandler}"
type="text"
class="property__value"
- :placeholder="type"
+ :placeholder="localType.placeholder"
@input="updateValue">
<!-- external link -->