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.
1 parent 7af35af commit ed0e26dCopy full SHA for ed0e26d
client/routes/Workflows.vue
@@ -259,7 +259,7 @@ export default pagedGrid({
259
setWorkflowFilter(e) {
260
const target = e.target || e.testTarget; // test hook since Event.target is readOnly and unsettable
261
262
- this.$router.replaceQueryParam(target.getAttribute('name'), target.value);
+ this.$router.replaceQueryParam(target.getAttribute('name'), target.value.trim());
263
},
264
setStatus(status) {
265
if (status) {
0 commit comments