Fix upload version showing for everyone (#1037)

This commit is contained in:
Geometrically 2023-03-10 16:37:23 -07:00 committed by GitHub
parent d63a794848
commit 130ece3d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -144,7 +144,7 @@ const props = defineProps({
currentMember: {
type: Object,
default() {
return {}
return null
},
},
})

View File

@ -591,7 +591,6 @@ export default defineNuxtComponent({
const onSearchChange = (newPageNumber) => {
noLoad.value = true
console.log(noLoad.value)
currentPage.value = newPageNumber