mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 22:05:09 +00:00
set default sort option to 'probability'
This commit is contained in:
parent
c26f091223
commit
724a1a9bab
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
let selectedCategories = $state<Set<string>>(new Set());
|
||||
let sortBy = $state<'default' | 'favorites' | 'probability'>('default');
|
||||
let sortBy = $state<'default' | 'favorites' | 'probability'>('probability');
|
||||
|
||||
let selectedItem = $state<ShopItem | null>(null);
|
||||
let winningOrderId = $state<number | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue