fix(session): respect directory filter with workspaces (#30804)
This commit is contained in:
@@ -1013,7 +1013,7 @@ function listByProject(
|
||||
: or(...conds)!,
|
||||
)
|
||||
}
|
||||
} else if (input.scope !== "project" && !input.experimentalWorkspaces) {
|
||||
} else if (input.scope !== "project") {
|
||||
if (input.directory) {
|
||||
conditions.push(eq(SessionTable.directory, input.directory))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user