forked from didirus/AstralRinth
@@ -247,7 +247,7 @@ async function refreshSearch() {
|
||||
}
|
||||
}
|
||||
if (instanceContext.value) {
|
||||
for (let val of results.value) {
|
||||
for (let val of results.value.hits) {
|
||||
val.installed = await check_installed(instanceContext.value.path, val.project_id).then(
|
||||
(x) => (val.installed = x)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user