4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

add management true

This commit is contained in:
AlphaX-Projects 2022-01-30 07:03:08 -08:00 committed by GitHub
parent 08833e28e4
commit 18930d029e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))