Skip to content

Commit caf9812

Browse files
author
GuustMetz
committed
chore: add toLowerCase to filterQueryParam computation
1 parent 4e132fd commit caf9812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/Logs/Overview/LogsOverviewModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class LogsOverviewModel extends Observable {
219219
},
220220
...!tags.isEmpty && {
221221
'filter[tags][values]': tags.selected.join(),
222-
'filter[tags][operation]': tags.combinationOperator,
222+
'filter[tags][operation]': tags.combinationOperator.toLowerCase(),
223223
},
224224
...!run.isEmpty && {
225225
'filter[run][values]': run.normalized,

0 commit comments

Comments
 (0)