File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ class OutputCard extends React.Component {
445
445
if ( ! ( view . display === 'viewer' ) && view_options . length > 0 ) {
446
446
if ( view . display === undefined || view . display === 'single' ) {
447
447
const view_options_selected = view_options . map ( o => [ o . unnamed_group !== undefined ? o . unnamed_group : o . name , o . selected [ 0 ] ] )
448
- var paths = [ compilePath ( view . path ) ( Object . fromEntries ( view_options_selected ) ) ]
448
+ var paths = [ compilePath ( view . path ) ( Object . fromEntries ( view_options_selected ) ) ] . map ( p => decodeURIComponent ( p ) )
449
449
// Note: before we had a path with / and other characters, and now it's url encoded
450
450
} else if ( view . display === 'all' ) {
451
451
paths = Object . keys ( this . state . manifests . new ) . filter ( path => matchPath ( path , { path : view . path } ) )
You can’t perform that action at this time.
0 commit comments