diff --git a/git_info.json b/git_info.json
index f75e9f4..978393b 100644
--- a/git_info.json
+++ b/git_info.json
@@ -1 +1 @@
-{"branch_name":"beta","last_commit_date":"2022-02-11T07:53:18.000Z","last_commit_author":"rakesh","last_commit_hash":"ccc0c77a544f15e6723dedb42cbb85cf80578049"}
\ No newline at end of file
+{"branch_name":"beta","last_commit_date":"2022-02-11T08:17:53.000Z","last_commit_author":"rakesh","last_commit_hash":"baa64dab9d6c9cf9ed44909b7b9d73cc849dbdbd"}
\ No newline at end of file
diff --git a/src/components/retailer/layout/Layout.vue b/src/components/retailer/layout/Layout.vue
index 4bcee4e..00bdf8d 100644
--- a/src/components/retailer/layout/Layout.vue
+++ b/src/components/retailer/layout/Layout.vue
@@ -106,6 +106,8 @@ export default {
created() {
this.$store.dispatch("userCartProduct/cartProductList");
this.$store.dispatch("headerCategoryList/fetchCategoryList");
+ this.$store.dispatch("layout/fetchCmsBlock");
+ this.$store.dispatch("layout/fetchPageContent");
}
};
diff --git a/src/routes/retailer/resources.vue b/src/routes/retailer/resources.vue
index 48e955c..71cab0c 100644
--- a/src/routes/retailer/resources.vue
+++ b/src/routes/retailer/resources.vue
@@ -1,8 +1,12 @@
-
- Resources
+
+
+
{{ resourcePage.title }}
+
+
+
-
+
\ No newline at end of file