Skip to content

Commit

Permalink
Fixed report show page delete issue ( #86791dw56 )
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 3, 2023
1 parent e7154d2 commit a9d313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/views/common/reports.js
Expand Up @@ -19,7 +19,7 @@ import BulkAction from './../../plugins/bulk-action';
Vue.use(DashboardPlugin);

const app = new Vue({
el: '#app',
el: '#main-body',

mixins: [
Global,
Expand Down

0 comments on commit a9d313e

Please sign in to comment.