summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-30 13:56:37 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-03 15:42:44 +0200
commit5a1b11179d9f0b82d93ff2108751d203aa96556e (patch)
tree722551b44b1b06be5f973c8b08075c2225fd0b8e /src/components/Properties/PropertyText.vue
parent88510f76d3bb5767bdb5bc754d94caf1a31d67e8 (diff)
Allow to toggle year
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 8ccaf969..05ec9861 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -60,7 +60,7 @@
target="_blank" />
<!-- props actions -->
- <PropertyActions :actions="actions" @delete="deleteProperty" />
+ <PropertyActions :actions="actions" :property-component="this" @delete="deleteProperty" />
</div>
</div>
</template>