@yuuvis/app-drive 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2034,7 +2034,7 @@ class DriveSearchComponent {
|
|
|
2034
2034
|
// possible we'll get rid of the fields because they could be
|
|
2035
2035
|
// re-applied later on
|
|
2036
2036
|
q.fields = undefined;
|
|
2037
|
-
this.#router.navigate(['
|
|
2037
|
+
this.#router.navigate(['files', 'query'], {
|
|
2038
2038
|
queryParams: {
|
|
2039
2039
|
q: encodeURIComponent(JSON.stringify(q)),
|
|
2040
2040
|
ext
|