Skip to content

Commit

Permalink
Merge pull request #175 from Quetzacoalt91/change-hardcoded-sync-stat…
Browse files Browse the repository at this point in the history
…us-for-demo

Change hardcoded sync status for demo
  • Loading branch information
Quetzacoalt91 authored Jun 30, 2021
2 parents 7ea3efc + 5b84dc9 commit b826a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _dev/src/store/modules/product-feed/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ export default {
commit(MutationsTypes.SET_SELECTED_PRODUCT_FEED_SETTINGS, {
name: 'syncSchedule', data: json.syncSchedule,
});
commit(MutationsTypes.SET_SELECTED_PRODUCT_FEED_SETTINGS, {
name: 'productsPerBatchSync', data: json.productsPerBatchSync,
});
commit(MutationsTypes.SET_SELECTED_PRODUCT_FEED_SETTINGS, {
name: 'attributeMapping',
data: Object.assign(
Expand Down
2 changes: 2 additions & 0 deletions _dev/src/views/onboarding-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
v-if="stepsAreCompleted.step1"
:is-enabled="!shopInConflictPsAccount && merchantCenterAccountIsChosen"
:is-configuration-started="false"
:sync-status="syncStatus"
@toggleSync="onSyncToggled"
/>

Expand Down Expand Up @@ -129,6 +130,7 @@ export default {
data() {
return {
isMcaLinking: false,
syncStatus: 'schedule',
};
},
methods: {
Expand Down

0 comments on commit b826a20

Please sign in to comment.