Finish initial Redux store

This commit is contained in:
Philipp Stracker 2024-10-22 18:56:37 +02:00
parent e884547582
commit c61c4a7bc1
No known key found for this signature in database
8 changed files with 104 additions and 17 deletions

View file

@ -7,7 +7,7 @@ import { updateOnboardingDetails } from './actions';
/**
* Retrieve settings from the site's REST API.
*/
export function* getOnboardingDetails() {
export function* getOnboardingData() {
const path = `${ NAMESPACE }/onboarding`;
try {