Temporary patch for #20 #27

Merged
Lemmmy merged 1 commits from patch-1 into develop-1.8 2020-03-27 15:11:21 -04:00
Showing only changes of commit b08a0f225e - Show all commits

View File

@@ -25,7 +25,7 @@ local shopTab = UI.Tab {
formLabel = 'Price', formKey = 'price',
help = 'Per item cost',
required = true,
transform = 'number',
validate = 'numeric',
},
[3] = UI.TextEntry {
limit = 64,