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:
@@ -25,7 +25,7 @@ local shopTab = UI.Tab {
|
|||||||
formLabel = 'Price', formKey = 'price',
|
formLabel = 'Price', formKey = 'price',
|
||||||
help = 'Per item cost',
|
help = 'Per item cost',
|
||||||
required = true,
|
required = true,
|
||||||
transform = 'number',
|
validate = 'numeric',
|
||||||
},
|
},
|
||||||
[3] = UI.TextEntry {
|
[3] = UI.TextEntry {
|
||||||
limit = 64,
|
limit = 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user