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 d271691 commit bb797edCopy full SHA for bb797ed
src/dashboardPending.js
@@ -18,7 +18,8 @@ import './bootstrap.js'
18
import DashboardPending from './views/DashboardPending.vue'
19
20
document.addEventListener('DOMContentLoaded', function() {
21
- OCA.Dashboard.register('approval_pending', (el, { widget }) => {
+
22
+ OCA.Dashboard.register('approval_pending', (el, { widget }) => {
23
const View = Vue.extend(DashboardPending)
24
new View({
25
propsData: { title: widget.title },
0 commit comments