Fix meta picker breaking with broken links
parent
ec88543a14
commit
830ae9c83d
|
@ -82,7 +82,7 @@ export function PageNavigator({
|
||||||
hint: pageMeta.tags![0],
|
hint: pageMeta.tags![0],
|
||||||
orderId: orderId,
|
orderId: orderId,
|
||||||
});
|
});
|
||||||
} else {
|
} else { // all
|
||||||
// In mode "all" just show the full path and all tags
|
// In mode "all" just show the full path and all tags
|
||||||
let description: string | undefined;
|
let description: string | undefined;
|
||||||
if (pageMeta.tags) {
|
if (pageMeta.tags) {
|
||||||
|
|
Loading…
Reference in New Issue