Skip to content

Sync upstream subscription confirm order

TianLu请求将fixed-subscription-purchase合并到main-jh

Sync upstream code https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133252

Before

确认购买无法点击

image

After

确认购买正常跳转

image

Changes

Sync upstream whole files and change

update: ({ activeStep }) => activeStep?.id === STEPS[3].id,
// to
update: ({ activeStep }) => activeStep?.id === STEPS[2].id,
TianLu 编辑于

合并请求报告