We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35a285 commit 4cf1f82Copy full SHA for 4cf1f82
1 file changed
src/lib/dash/dash.svelte.ts
@@ -308,6 +308,7 @@ function createMemberListState(): DashList<Member> {
308
filters = view.m[0]
309
sorts = view.m[1]
310
if (view.m.length > 2) this.settings.view.type = view.m[2]
311
+ this.settings.filterMode = "advanced"
312
}
313
314
processedMembers = processList(
@@ -433,6 +434,7 @@ function createGroupListState(): DashList<Group> {
433
434
filters = view.g[0]
435
sorts = view.g[1]
436
if (view.g.length > 2) this.settings.view.type === view.g[2]
437
438
439
440
processedGroups = processList(
0 commit comments