Commit 3f68e369 authored by Max Alekseenko's avatar Max Alekseenko Committed by GitHub

Release v2.2.1 (#2863)

parent e819a2e9
...@@ -35,6 +35,7 @@ export default function useWidgetData(name: string, valuePath: string | undefine ...@@ -35,6 +35,7 @@ export default function useWidgetData(name: string, valuePath: string | undefine
} }
}, },
enabled: !isLoading && Boolean(valuePath), enabled: !isLoading && Boolean(valuePath),
refetchOnMount: false,
}, },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment