发布节点到市场对话框主题改为绿色主题
This commit is contained in:
parent
9d86d738e5
commit
1a71d7173b
@ -251,7 +251,7 @@ function showPublishConfirmDialog() {
|
|||||||
const nodeType = nodeRecord.value.node_type
|
const nodeType = nodeRecord.value.node_type
|
||||||
const nodeLabel = nodeRecord.value.node_label || nodeType
|
const nodeLabel = nodeRecord.value.node_label || nodeType
|
||||||
|
|
||||||
dialog.warning({
|
dialog.success({
|
||||||
title: t('Publish to Node Marketplace'),
|
title: t('Publish to Node Marketplace'),
|
||||||
content: t('Are you sure you want to publish node "{0}" to the marketplace?').replace('{0}', nodeLabel),
|
content: t('Are you sure you want to publish node "{0}" to the marketplace?').replace('{0}', nodeLabel),
|
||||||
positiveText: t('Confirm'),
|
positiveText: t('Confirm'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user