feat: toggle filter middleware

This commit is contained in:
Timothy Jaeryang Baek
2025-05-16 23:33:02 +04:00
parent e37433f2b1
commit 1f38350128
6 changed files with 38 additions and 17 deletions

View File

@@ -1635,6 +1635,7 @@
},
files: (files?.length ?? 0) > 0 ? files : undefined,
filter_ids: selectedFilterIds.length > 0 ? selectedFilterIds : undefined,
tool_ids: selectedToolIds.length > 0 ? selectedToolIds : undefined,
tool_servers: $toolServers,