interface: makes new collections invite-only

This commit is contained in:
Logan Allen 2020-09-21 09:44:28 -05:00
parent 15ed795d24
commit fb1d1816a0

View File

@ -43,11 +43,7 @@ export function NewScreen(props: object) {
resourceId,
name,
description,
{ open: {
banRanks: [],
banned: [],
}
}
{ invite: { pending: [] } }
);
}