Disable updatable option for standard collection creation
This commit is contained in:
parent
a2b2a072e6
commit
a0bbc0ebeb
@ -377,7 +377,7 @@ export const CollectionDetails = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Conditional test={SG721_UPDATABLE_CODE_ID > 0}>
|
<Conditional test={false && SG721_UPDATABLE_CODE_ID > 0}>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
backgroundColor="bg-blue-500"
|
backgroundColor="bg-blue-500"
|
||||||
label={
|
label={
|
||||||
|
Loading…
Reference in New Issue
Block a user