From db5499a257fe96fa0dd3db07eb9f6223f6d7e49c Mon Sep 17 00:00:00 2001 From: GussevPM Date: Tue, 30 Sep 2025 16:19:04 +0200 Subject: [PATCH] Fix fork --- src/views/contract/ForkTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {