Commit 734f5b43 authored by Paul Slaughter's avatar Paul Slaughter

Add pageInfo to data() in environments_app.vue

parent 18e0fca4
...@@ -88,6 +88,7 @@ export default { ...@@ -88,6 +88,7 @@ export default {
interval: undefined, interval: undefined,
isReviewAppModalVisible: false, isReviewAppModalVisible: false,
page: parseInt(page, 10), page: parseInt(page, 10),
pageInfo: {},
scope: Object.values(ENVIRONMENTS_SCOPE).includes(scope) scope: Object.values(ENVIRONMENTS_SCOPE).includes(scope)
? scope ? scope
: ENVIRONMENTS_SCOPE.AVAILABLE, : ENVIRONMENTS_SCOPE.AVAILABLE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment