Merge pull request #1797 from automatisch/disable-retry-on-mount

fix: disable retry on mount by default
This commit is contained in:
Ali BARIN
2024-04-09 14:31:57 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export default function useAutomatischConfig() {
const { data } = await api.get(`/v1/automatisch/config`, {
signal,
});
return data;
},
});