kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #784 from bugout-dev/revert-781-turned-off-upload
Revert "Turned off Uppload for frontend ABI"fix-dashboards
commit
f26c25e3e3
|
@ -308,21 +308,20 @@ const SubscriptionCard = ({ subscription, isDesktopView, iconLink }) => {
|
||||||
{subscription.abi ? (
|
{subscription.abi ? (
|
||||||
<CheckIcon />
|
<CheckIcon />
|
||||||
) : (
|
) : (
|
||||||
<></>
|
<Button
|
||||||
// <Button
|
colorScheme="orange"
|
||||||
// colorScheme="orange"
|
size="xs"
|
||||||
// size="xs"
|
py={2}
|
||||||
// py={2}
|
disabled={!subscription.address}
|
||||||
// disabled={!subscription.address}
|
onClick={() =>
|
||||||
// onClick={() =>
|
overlay.toggleModal({
|
||||||
// overlay.toggleModal({
|
type: MODAL_TYPES.UPLOAD_ABI,
|
||||||
// type: MODAL_TYPES.UPLOAD_ABI,
|
props: { id: subscription.id },
|
||||||
// props: { id: subscription.id },
|
})
|
||||||
// })
|
}
|
||||||
// }
|
>
|
||||||
// >
|
Upload
|
||||||
// Upload
|
</Button>
|
||||||
// </Button>
|
|
||||||
)}
|
)}
|
||||||
</Td>
|
</Td>
|
||||||
<Td {...cellProps}>
|
<Td {...cellProps}>
|
||||||
|
|
Ładowanie…
Reference in New Issue