Skip to content

Commit 3e7d43b

Browse files
fix: set correct prop name
1 parent f718103 commit 3e7d43b

File tree

1 file changed

+5
-5
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+5
-5
lines changed

frontend/express/public/javascripts/countly/vue/components/content.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
type: Array
8181
},
8282

83-
titleMaxLength: {
84-
default: 50,
85-
type: Number
86-
},
87-
8883
toggle: {
8984
default: false,
9085
type: Boolean
@@ -104,6 +99,11 @@
10499
type: String
105100
},
106101

102+
valueMaxLength: {
103+
default: 50,
104+
type: Number
105+
},
106+
107107
version: {
108108
default: null,
109109
type: String

0 commit comments

Comments
 (0)