fix: Permission select should have border

This commit is contained in:
Tom Moor
2022-04-23 18:33:14 -07:00
parent 044d551b60
commit 0cdf1f791e
2 changed files with 12 additions and 7 deletions

View File

@@ -205,7 +205,6 @@ function CollectionPermissions({ collection }: Props) {
<InputSelectPermission
onChange={handleChangePermission}
value={collection.permission || ""}
nude
/>
<PermissionExplainer size="small">
{!collection.permission && (