mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 08:26:52 +00:00
fix(gui): add newly added sort top of the list
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user