summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
authorhamza mahjoubi <hamzamahjoubi221@gmail.com>2023-12-13 18:31:01 +0100
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-12-14 10:51:49 +0000
commit839ca6dc816228663bbfd8ab48302bc0d910e338 (patch)
treeed2dbbbf0fd2cb0928833032f3ac879b635eda86 /src/components/Properties/PropertyText.vue
parentc642557208ab7fb4f853782c095b1d2b630bfec6 (diff)
Fix rename types in propreties
Signed-off-by: hamza mahjoubi <hamzamahjoubi221@gmail.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 3951d3ac..a6bdf8f4 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -49,7 +49,7 @@
:disabled="isReadOnly"
track-by="id"
label="name"
- @tag="createLabel"
+ @option:created="createLabel"
@input="updateType" />
<!-- if we do not support any type on our model but one is set anyway -->