Merge pull request #2732 from woocommerce/PCP-3810-Create-products-placeholder-page-in-new-settings-module

Create products placeholder page in new settings module (3810)
This commit is contained in:
Emili Castells 2024-10-25 11:08:30 +02:00 committed by GitHub
commit 80d58851af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 590 additions and 46 deletions

View file

@ -7,7 +7,7 @@ import Separator from '../../ReusableComponents/Separator';
import { useOnboardingDetails } from '../../../data';
import DataStoreControl from '../../ReusableComponents/DataStoreControl';
const StepWelcome = () => {
const StepWelcome = ( { setStep, currentStep } ) => {
return (
<div className="ppcp-r-page-welcome">
<OnboardingHeader
@ -26,6 +26,7 @@ const StepWelcome = () => {
<Button
className="ppcp-r-button-activate-paypal"
variant="primary"
onClick={ () => setStep( currentStep + 1 ) }
>
{ __(
'Activate PayPal Payments',