Hide metadata storage method selection for open edition collections
This commit is contained in:
parent
3acfce0f88
commit
cd9a21e1e7
@ -575,6 +575,8 @@ export const OpenEditionMinterCreator = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
{/* TODO: Cancel once we're able to index on-chain metadata */}
|
||||||
|
<Conditional test={false}>
|
||||||
<div className="mx-10 mb-4 rounded border-2 border-white/20">
|
<div className="mx-10 mb-4 rounded border-2 border-white/20">
|
||||||
<div className="flex justify-center mb-2">
|
<div className="flex justify-center mb-2">
|
||||||
<div className="mt-3 ml-4 font-bold form-check form-check-inline">
|
<div className="mt-3 ml-4 font-bold form-check form-check-inline">
|
||||||
@ -617,6 +619,7 @@ export const OpenEditionMinterCreator = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</Conditional>
|
||||||
<div className={clsx('my-4 mx-10')}>
|
<div className={clsx('my-4 mx-10')}>
|
||||||
<Conditional test={metadataStorageMethod === 'off-chain'}>
|
<Conditional test={metadataStorageMethod === 'off-chain'}>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user