fixed import route issue

This commit is contained in:
Cihan Şentürk 2024-12-31 13:18:48 +03:00 committed by GitHub
parent eb5aea0772
commit 873c793311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ trait Import
$path = $this->getImportPath($group, $type);
$title_type = $this->getImportTitleType($group, $type);
$sample_file = $this->getImportSampleFile($group, $type);
$form_params = $this->getImportFormParams($group, $type);
$form_params = $this->getImportFormParams($group, $type, $path, $route);
$document_link = $this->getImportDocumentLink($group, $type);
// Create the import view