feat: use installationCompleted from useAutomatischInfo hook
This commit is contained in:
@@ -44,7 +44,7 @@ function InstallationForm() {
|
||||
|
||||
const handleOnRedirect = () => {
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: ['automatisch', 'config'],
|
||||
queryKey: ['automatisch', 'info'],
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user