From 4a2493b5f533bf297c14e967f12ae2f852750092 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 29 Apr 2023 20:30:43 +0530 Subject: [PATCH] Bug fixes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 38e1489..2e04a14 100644 --- a/index.html +++ b/index.html @@ -3055,7 +3055,7 @@ description: html`Check details about your smart contract here.
It may take some time for the smart contract to be created.` }) - getRef('smart_contract_form').reset() + getRef('smart_contract_creation_form').reset() document.getElementById('create_contract_button').disabled = true }).catch((error) => { showTransactionResult(false, error)