Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -323,9 +323,6 @@ function filterCari (val, update) {
|
||||
|
||||
onMounted(async () => {
|
||||
await accountStore.fetchAccounts()
|
||||
console.log("ACCOUNTS LEN:", accountStore.accounts?.length)
|
||||
console.log("OPTIONS LEN:", accountStore.accountOptions?.length)
|
||||
console.log("FIRST 5:", accountStore.accountOptions?.slice(0,5))
|
||||
filteredOptions.value = accountStore.accountOptions
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user