mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +00:00
fix: feedbacks
This commit is contained in:
parent
212c1accdd
commit
048efda2ee
@ -20,7 +20,6 @@ const persistStateToLocaleStorage = {
|
|||||||
localStorage.setItem(COMPLETED_STEPS, stringify(currentSteps));
|
localStorage.setItem(COMPLETED_STEPS, stringify(currentSteps));
|
||||||
},
|
},
|
||||||
addCurrentStep: currentStep => {
|
addCurrentStep: currentStep => {
|
||||||
console.log('yopo');
|
|
||||||
localStorage.setItem(CURRENT_STEP, stringify(currentStep));
|
localStorage.setItem(CURRENT_STEP, stringify(currentStep));
|
||||||
},
|
},
|
||||||
get: item => {
|
get: item => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user