Skip to content

Commit ce4bf4c

Browse files
committed
fix refetching
1 parent f4a2c6d commit ce4bf4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/address/address3rdPartyWidgets/useWidgetData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function useWidgetData(name: string, valuePath: string | undefine
3535
}
3636
},
3737
enabled: !isLoading && Boolean(valuePath),
38+
refetchOnMount: false,
3839
},
3940
});
4041

0 commit comments

Comments
 (0)