diff --git a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue index 3277afc9..ea610179 100644 --- a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue +++ b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue @@ -29,7 +29,7 @@ const selected = ref(''); function showInfo(address: string) { wasmStore.wasmClient.getWasmContracts(address).then((x) => { info.value = x.contract_info; - infoDialog.value = true; + // infoDialog.value = true; }); } function showState(address: string) { @@ -99,20 +99,21 @@ const result = ref('');
| Contract List | +Contract List | Actions |
|---|---|---|
| {{ v }} | - + |