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.
2 parents 647b0c4 + 5af82a1 commit 7cfc9d7Copy full SHA for 7cfc9d7
resources/js/stores/logViewer.js
@@ -201,8 +201,8 @@ export const useLogViewerStore = defineStore({
201
query: searchStore.query,
202
page: paginationStore.currentPage,
203
per_page: this.resultsPerPage,
204
- exclude_levels: toRaw(severityStore.excludedLevels.length > 0 ? severityStore.excludedLevels : ''),
205
- exclude_file_types: toRaw(fileStore.fileTypesExcluded.length > 0 ? fileStore.fileTypesExcluded : ''),
+ exclude_levels: toRaw(severityStore.excludedLevels),
+ exclude_file_types: toRaw(fileStore.fileTypesExcluded),
206
shorter_stack_traces: this.shorterStackTraces,
207
};
208
0 commit comments