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