fix: add worker, create cluster
This commit is contained in:
@@ -272,7 +272,7 @@ const ClusterCreate = () => {
|
||||
const breadcrumbItems = [
|
||||
{
|
||||
title: <a>{intl.formatMessage({ id: 'clusters.title' })}</a>,
|
||||
onClick: () => navigate(-1)
|
||||
onClick: () => handleCancel()
|
||||
},
|
||||
{
|
||||
title: intl.formatMessage({ id: 'common.button.create' })
|
||||
|
||||
Reference in New Issue
Block a user