fix: Permission select should have border
This commit is contained in:
@@ -205,7 +205,6 @@ function CollectionPermissions({ collection }: Props) {
|
||||
<InputSelectPermission
|
||||
onChange={handleChangePermission}
|
||||
value={collection.permission || ""}
|
||||
nude
|
||||
/>
|
||||
<PermissionExplainer size="small">
|
||||
{!collection.permission && (
|
||||
|
||||
Reference in New Issue
Block a user