fix folder settings auth selector comp prop

This commit is contained in:
lohxt1
2025-03-24 19:43:56 +05:30
parent 274a55e257
commit f177287fb6

View File

@@ -46,11 +46,11 @@ const Auth = ({ collection, folder }) => {
case 'oauth2': {
return (
<>
<GrantTypeSelector
<GrantTypeSelector
request={request}
updateAuth={updateFolderAuth}
collection={collection}
folder={folder}
item={folder}
/>
<GrantTypeComponentMap collection={collection} folder={folder} />
</>