We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
urlQuery
1 parent fc3702a commit c5eedf4Copy full SHA for c5eedf4
src/dashboard/Data/Views/Views.react.js
@@ -326,7 +326,7 @@ class Views extends TableView {
326
url = '#';
327
} else {
328
url = value.isRelativeUrl
329
- ? `apps/${this.context.slug}/${url}${value.query ? `?${new URLSearchParams(value.urlQuery).toString()}` : ''}`
+ ? `apps/${this.context.slug}/${url}${value.urlQuery ? `?${new URLSearchParams(value.urlQuery).toString()}` : ''}`
330
: url;
331
}
332
// Sanitize text
0 commit comments