Version 1.6.200
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
setOpcUaEncryption,
|
||||
setOpcUaActiveClientCount,
|
||||
setOpcUaNodesetName,
|
||||
setOpcUaUsers,
|
||||
//setOpcUaUsers,
|
||||
} from "../slices/opcuaSettingsSlice";
|
||||
|
||||
export const fetchOpcUaSettingsThunk = createAsyncThunk(
|
||||
@@ -19,6 +19,6 @@ export const fetchOpcUaSettingsThunk = createAsyncThunk(
|
||||
dispatch(setOpcUaEncryption(data.encryption));
|
||||
dispatch(setOpcUaActiveClientCount(data.clientCount));
|
||||
dispatch(setOpcUaNodesetName(data.nodesetName));
|
||||
dispatch(setOpcUaUsers(data.users));
|
||||
//dispatch(setOpcUaUsers(data.users));
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user