mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
08947fa764
commit
250db8192c
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class ColumnFacet(Facet):
|
|||
"name": column,
|
||||
"type": self.type,
|
||||
"hideable": source != "metadata",
|
||||
"toggle_url": ds.urls.path(
|
||||
"toggle_url": self.ds.urls.path(
|
||||
path_with_removed_args(self.request, {"_facet": column})
|
||||
),
|
||||
"results": facet_results_values,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue