Request tls status after save
This commit is contained in:
committed by
Eugene Bujak
parent
c19416bf8e
commit
3898309778
@@ -683,6 +683,7 @@ export const setTlsConfig = config => async (dispatch) => {
|
||||
await apiClient.setTlsConfig(values);
|
||||
dispatch(setTlsConfigSuccess(config));
|
||||
dispatch(addSuccessToast('encryption_config_saved'));
|
||||
dispatch(getTlsStatus());
|
||||
} catch (error) {
|
||||
dispatch(addErrorToast({ error }));
|
||||
dispatch(setTlsConfigFailure());
|
||||
|
||||
Reference in New Issue
Block a user