We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4d577 commit e07951cCopy full SHA for e07951c
ui/src/components/Applications/Sources.tsx
@@ -21,6 +21,7 @@ const WGApplicationsSources: FC = ({ className }: any) => {
21
retry: false,
22
refetchInterval: 5000,
23
});
24
+
25
const { setNotifications } = useNotifications();
26
27
useEffect(() => {
ui/src/components/Applications/index.tsx
@@ -30,7 +30,7 @@ const WGApplicationsDashboard: FC = ({ className }: any) => {
30
);
31
32
const { data: automations, isLoading } = useListAutomations('', {
33
- enabled: isExplorerEnabled,
+ enabled: !isExplorerEnabled,
34
35
36
0 commit comments