Skip to content

Commit bb797ed

Browse files
committed
nothing 2
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent d271691 commit bb797ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dashboardPending.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import './bootstrap.js'
1818
import DashboardPending from './views/DashboardPending.vue'
1919

2020
document.addEventListener('DOMContentLoaded', function() {
21-
OCA.Dashboard.register('approval_pending', (el, { widget }) => {
21+
22+
OCA.Dashboard.register('approval_pending', (el, { widget }) => {
2223
const View = Vue.extend(DashboardPending)
2324
new View({
2425
propsData: { title: widget.title },

0 commit comments

Comments
 (0)