Fix priorities on malForm

This commit is contained in:
Kylart 2017-11-17 11:09:41 +01:00
parent 7df46f3aea
commit 7b97441d52
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@
{text: 'None', value: 3}
],
priority: [
{text: 'Low', value: 1},
{text: 'Medium', value: 2},
{text: 'High', value: 3}
{text: 'Low', value: 0},
{text: 'Medium', value: 1},
{text: 'High', value: 2}
],
rewatch: [
{text: 'Very low', value: 1},