style: use drawer for adding worker

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 0eba1da6c4
commit 8f9fae9210
10 changed files with 118 additions and 108 deletions
@@ -72,7 +72,7 @@ export default function useStepList() {
beforeNext: handleBack
},
{
title: 'Completed',
title: intl.formatMessage({ id: 'clusters.create.complete' }),
content: '',
description: '',
showButtons: (provider?: ProviderType) => {