fix(gui): add newly added sort top of the list

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-11-30 00:14:30 +05:30
parent ae5b022efb
commit a44ce593e6
13 changed files with 90 additions and 50 deletions

View File

@@ -100,7 +100,7 @@ const tooltipMsg = computed(() => {
return ''
})
const columnOrder = ref<Pick<ColumnReqType, 'columnOrder'> | null>(null)
const columnOrder = ref<Pick<ColumnReqType, 'column_order'> | null>(null)
const addField = async (payload) => {
columnOrder.value = payload