Skip to content

Commit

Permalink
Add files_base to DataExportDownloadView class
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 20, 2024
1 parent 18b01ec commit 617fd92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class DataExportDownloadView(AppBuilderBaseView):
default_view = "data_export_download_home"
route_base = "/data_export_download"
files_base = "data_export_files"
files_base = "data-export-files"

@expose("/")
def data_export_download_home(self):
Expand Down

0 comments on commit 617fd92

Please sign in to comment.