1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

address review comment

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-10-21 10:09:41 -04:00
parent 79d97cfaa7
commit 002d5d8a9b

View File

@ -166,7 +166,6 @@ export class PortForwardDialog extends Component<Props> {
contentClass="flex gaps column"
next={this.startPortForward}
nextLabel={this.currentPort === 0 ? "Start" : "Restart"}
disabledNext={false}
>
{this.renderContents()}
</WizardStep>