Skip to content

Commit

Permalink
Added LULU as filter option for filter selections
Browse files Browse the repository at this point in the history
  • Loading branch information
pjpei authored and bkleiner committed Jan 2, 2025
1 parent aea2a70 commit 4dba4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panel/FilterSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ export default defineComponent({
{ value: 1, text: "PT1" },
{ value: 2, text: "PT2" },
{ value: 3, text: "PT3" },
{ value: 4, text: "LULU" },
],
toggleOptions: [
{ value: 0, text: "Off" },
Expand Down

0 comments on commit 4dba4d5

Please sign in to comment.