Skip to content

Commit 429bafe

Browse files
committed
Lint
1 parent 1ebba85 commit 429bafe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dashboard/filters/CreatedByFilter.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function CreatedByFilter({ meta, ...props }: FilterComponentProps<z.infer<typeof
6161
(searchTerm: string) => {
6262
search({
6363
variables: {
64+
account: { slug: meta.accountSlug },
6465
searchTerm: searchTerm || undefined,
6566
account: { slug: meta.accountSlug },
6667
},
@@ -73,6 +74,7 @@ function CreatedByFilter({ meta, ...props }: FilterComponentProps<z.infer<typeof
7374
React.useEffect(() => {
7475
search({
7576
variables: {
77+
account: { slug: meta.accountSlug },
7678
searchTerm: undefined,
7779
},
7880
});

0 commit comments

Comments
 (0)