1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix community to value instead of listvalue

This commit is contained in:
Ycarus 2018-11-10 07:47:54 +01:00
parent 8858d495bb
commit a02c29af6d

View file

@ -29,7 +29,7 @@ source.datatype = "host"
source.optional = false
source.rmempty = false
community = s:option(ListValue, "community", translate("Community"))
community = s:option(Value, "community", translate("Community"))
community.optional = false
community.rmempty = false