Turned off Uppload for frontend ABI

pull/781/head
kompotkot 2023-04-27 18:03:15 +00:00
rodzic 2bdd5c3895
commit 1f9608d156
1 zmienionych plików z 15 dodań i 14 usunięć

Wyświetl plik

@ -308,20 +308,21 @@ const SubscriptionCard = ({ subscription, isDesktopView, iconLink }) => {
{subscription.abi ? ( {subscription.abi ? (
<CheckIcon /> <CheckIcon />
) : ( ) : (
<Button <></>
colorScheme="orange" // <Button
size="xs" // colorScheme="orange"
py={2} // size="xs"
disabled={!subscription.address} // py={2}
onClick={() => // disabled={!subscription.address}
overlay.toggleModal({ // onClick={() =>
type: MODAL_TYPES.UPLOAD_ABI, // overlay.toggleModal({
props: { id: subscription.id }, // type: MODAL_TYPES.UPLOAD_ABI,
}) // props: { id: subscription.id },
} // })
> // }
Upload // >
</Button> // Upload
// </Button>
)} )}
</Td> </Td>
<Td {...cellProps}> <Td {...cellProps}>