fix: change label/value order in tasks priorities data
This commit is contained in:
parent
a1faecc7d2
commit
5c0799e481
|
|
@ -53,18 +53,18 @@ export const statuses = [
|
||||||
|
|
||||||
export const priorities = [
|
export const priorities = [
|
||||||
{
|
{
|
||||||
label: 'Low',
|
|
||||||
value: 'low',
|
value: 'low',
|
||||||
|
label: 'Low',
|
||||||
icon: h(ArrowDownIcon),
|
icon: h(ArrowDownIcon),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Medium',
|
|
||||||
value: 'medium',
|
value: 'medium',
|
||||||
|
label: 'Medium',
|
||||||
icon: h(ArrowRightIcon),
|
icon: h(ArrowRightIcon),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'High',
|
|
||||||
value: 'high',
|
value: 'high',
|
||||||
|
label: 'High',
|
||||||
icon: h(ArrowUpIcon),
|
icon: h(ArrowUpIcon),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user