Skip to content

Commit 85c9a16

Browse files
committed
[remote-config] Rename numeric string list to app version list
1 parent 6347c9e commit 85c9a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/remote-config/frontend/public/javascripts/countly.views.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
label: "#6C47FF"
213213
},
214214
colorTag: COLOR_TAG,
215-
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.NUMERIC_STRING_LIST },
215+
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.APP_VERSION_LIST },
216216
};
217217
},
218218
computed: {
@@ -647,7 +647,7 @@
647647
label: "#6C47FF"
648648
},
649649
colorTag: COLOR_TAG,
650-
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.NUMERIC_STRING_LIST },
650+
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.APP_VERSION_LIST },
651651
};
652652
},
653653
methods: {

0 commit comments

Comments
 (0)