changes and improvements
This commit is contained in:
@@ -197,7 +197,7 @@ export default function Index() {
|
||||
method: "UPDATE",
|
||||
isOwner: permissions === true,
|
||||
active: activeCollection,
|
||||
defaultIndex: 1,
|
||||
defaultIndex: permissions === true ? 1 : 0,
|
||||
});
|
||||
setExpandDropdown(false);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user