mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-01 21:27:51 +00:00
add management true
This commit is contained in:
@@ -120,7 +120,8 @@ class SettingsPage extends connect(store)(LitElement) {
|
|||||||
const nodeObject = {
|
const nodeObject = {
|
||||||
protocol: protocolList,
|
protocol: protocolList,
|
||||||
domain: domainInput,
|
domain: domainInput,
|
||||||
port: portInput
|
port: portInput,
|
||||||
|
enableManagement: true
|
||||||
}
|
}
|
||||||
|
|
||||||
store.dispatch(doAddNode(nodeObject))
|
store.dispatch(doAddNode(nodeObject))
|
||||||
|
|||||||
Reference in New Issue
Block a user