7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fdb8f92a10 - Show all commits

View File

@ -41,7 +41,7 @@ async function orderBy(name, direction) {
break;
}
if (!direction) return await arrayData.deleteOrder(name);
await arrayData.addOrder($props.name, direction);
await arrayData.addOrder(name, direction);
}
defineExpose({ orderBy });