Skip to content

Commit f265cd7

Browse files
committed
[remote-config] Rename numeric string list to app version list
1 parent 9f464ba commit f265cd7

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
@@ -217,7 +217,7 @@
217217
label: "#6C47FF"
218218
},
219219
colorTag: COLOR_TAG,
220-
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.NUMERIC_STRING_LIST },
220+
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.APP_VERSION_LIST },
221221
};
222222
},
223223
computed: {
@@ -652,7 +652,7 @@
652652
label: "#6C47FF"
653653
},
654654
colorTag: COLOR_TAG,
655-
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.NUMERIC_STRING_LIST },
655+
modifyPropType: { 'up.av': countlyQueryBuilder.PropertyType.APP_VERSION_LIST },
656656
};
657657
},
658658
methods: {

0 commit comments

Comments
 (0)