Commit 27648b17 authored by esatakpunar's avatar esatakpunar

sortDesc bug fixed

parent 2cd28711
...@@ -4,6 +4,8 @@ export default () => ({ ...@@ -4,6 +4,8 @@ export default () => ({
editedItem: {}, editedItem: {},
dialog: false, dialog: false,
loading: false, loading: false,
options: {}, options: {
sortDesc: [false],
},
totalCustomers: 0, totalCustomers: 0,
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment