diff --git a/src/views/contract/ForkTab.vue b/src/views/contract/ForkTab.vue index d41f8d81..b56fdf37 100644 --- a/src/views/contract/ForkTab.vue +++ b/src/views/contract/ForkTab.vue @@ -66,11 +66,11 @@ export default { .getContractStorageSchema( this.$route.params.network, this.$route.params.address, - "current" ) .then((res) => { if (!res) return; this.storage = res; + this.storage.default_model = {}; applyStyles(this.storage.schema); }) .catch((err) => {