We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49cde4 commit 6b33e72Copy full SHA for 6b33e72
src/views/Dashboard.vue
@@ -78,7 +78,7 @@ import SCMSDashboard from '../components/scm/_summary.vue';
78
import PipelineSCMFilter from '../components/scm/_filter.vue';
79
80
export default {
81
- name: 'QuickStartView',
+ name: 'DashboardView',
82
components: {
83
ReleaseFooter,
84
SideNavigation,
@@ -87,10 +87,6 @@ export default {
87
PipelineSCMSSummary: SCMSDashboard,
88
},
89
90
- beforeUnmount() {
91
- this.cancelAutoUpdate();
92
- },
93
-
94
data: () => ({
95
isLoading: true,
96
filter: {},
@@ -123,9 +119,6 @@ export default {
123
119
}
124
120
125
121
methods: {
126
- cancelAutoUpdate: function() {
127
- clearInterval(this.timer);
128
129
122
updateFilter: function(newFilter) {
130
this.filter = newFilter
131
0 commit comments