We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f643ac1 + 2229dd8 commit 465867aCopy full SHA for 465867a
resources/views/predefined-filters/index.blade.php
@@ -107,11 +107,7 @@ class="table table-striped snipe-table"
107
.then(data => {
108
Livewire.dispatch('openPredefinedFiltersModal', {
109
action: 'edit',
110
- predefinedFilterData: {
111
- name: data.name || '',
112
- visibility: data.visibility || 'private',
113
- permission_groups: data.permission_groups || []
114
- },
+ predefinedFilterData: data.filter_data,
115
predefinedFilterId: data.id
116
});
117
0 commit comments