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
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
},
},
})