Fix config flag
This commit is contained in:
parent
f7ef89e1c0
commit
691a39c85c
@ -312,7 +312,7 @@ export default function AdminAppConfigurationClient({
|
||||
connection: { provider: 'Storage', error: storageError},
|
||||
})}
|
||||
<div>
|
||||
{hasVercelBlobStorage && false
|
||||
{hasVercelBlobStorage
|
||||
? renderSubStatus('checked', 'Vercel Blob: connected')
|
||||
: renderSubStatus('optional', <>
|
||||
{labelForStorage('vercel-blob')}:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user