We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784696d commit 5a335daCopy full SHA for 5a335da
site/src/pages/WorkspacesPage/filter/filter.tsx
@@ -50,7 +50,7 @@ export const useFilter = ({
50
onUpdate?: () => void
51
}) => {
52
const [searchParams, setSearchParams] = searchParamsResult
53
- const query = searchParams.get("filter") ?? ""
+ const query = searchParams.get("filter") ?? "owner:me"
54
const values = parseFilterQuery(query)
55
56
const update = (values: string | FilterValues) => {
0 commit comments