From 7b97441d52e0101242f2b9e01359852a2722e110 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 17 Nov 2017 11:09:41 +0100 Subject: [PATCH] Fix priorities on malForm --- components/malForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/malForm.vue b/components/malForm.vue index 22d69bf..323e5f3 100644 --- a/components/malForm.vue +++ b/components/malForm.vue @@ -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},