mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed bug introduced in #1519
This commit is contained in:
parent
fe687fd020
commit
640031edfd
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ class TableView(RowTableShared):
|
|||
"extra_wheres_for_ui": extra_wheres_for_ui,
|
||||
"form_hidden_args": form_hidden_args,
|
||||
"is_sortable": any(c["sortable"] for c in display_columns),
|
||||
"fix_path": ds.urls.path,
|
||||
"fix_path": self.ds.urls.path,
|
||||
"path_with_replaced_args": path_with_replaced_args,
|
||||
"path_with_removed_args": path_with_removed_args,
|
||||
"append_querystring": append_querystring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue