fix install check config
This commit is contained in:
@@ -51,7 +51,7 @@ export const checkConfig = (values: any) => async (dispatch: any) => {
|
||||
const check = await apiClient.checkConfig(values);
|
||||
dispatch(checkConfigSuccess({
|
||||
...values,
|
||||
check,
|
||||
...check,
|
||||
}));
|
||||
} catch (error) {
|
||||
dispatch(addErrorToast({ error }));
|
||||
|
||||
Reference in New Issue
Block a user