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 ? (
|
||||
<CheckIcon />
|
||||
) : (
|
||||
<></>
|
||||
// <Button
|
||||
// colorScheme="orange"
|
||||
// size="xs"
|
||||
// py={2}
|
||||
// disabled={!subscription.address}
|
||||
// onClick={() =>
|
||||
// overlay.toggleModal({
|
||||
// type: MODAL_TYPES.UPLOAD_ABI,
|
||||
// props: { id: subscription.id },
|
||||
// })
|
||||
// }
|
||||
// >
|
||||
// Upload
|
||||
// </Button>
|
||||
<Button
|
||||
colorScheme="orange"
|
||||
size="xs"
|
||||
py={2}
|
||||
disabled={!subscription.address}
|
||||
onClick={() =>
|
||||
overlay.toggleModal({
|
||||
type: MODAL_TYPES.UPLOAD_ABI,
|
||||
props: { id: subscription.id },
|
||||
})
|
||||
}
|
||||
>
|
||||
Upload
|
||||
</Button>
|
||||
)}
|
||||
</Td>
|
||||
<Td {...cellProps}>
|
||||
|
|
Ładowanie…
Reference in New Issue