Merge pull request #27 from Lemmmy/patch-1

Temporary patch for #20
This commit was merged in pull request #27.
This commit is contained in:
Anavrins
2020-03-27 15:11:20 -04:00
committed by GitHub

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,