Skip to content

Commit 223ef63

Browse files
authored
Merge pull request #2058 from appwrite/fix-document-filter-id-createdat-updatedat
2 parents ed62295 + a89b03d commit 223ef63

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Layout.Stack direction="row" justifyContent="space-between">
9696
<Filters
9797
query={data.query}
98-
{columns}
98+
columns={filterColumns}
9999
disabled={!(hasAttributes && hasValidAttributes)}
100100
analyticsSource="database_documents" />
101101
<Layout.Stack direction="row" alignItems="center" justifyContent="flex-end">

0 commit comments

Comments
 (0)