fix(explorer): show file name instead of slug if no file data (closes #1822)
This commit is contained in:
parent
bfa938cc62
commit
270a5dc14a
4 changed files with 55 additions and 17 deletions
|
@ -49,8 +49,15 @@ export const defaultListPageLayout: PageLayout = {
|
|||
left: [
|
||||
Component.PageTitle(),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.Flex({
|
||||
components: [
|
||||
{
|
||||
Component: Component.Search(),
|
||||
grow: true,
|
||||
},
|
||||
{ Component: Component.Darkmode() },
|
||||
],
|
||||
}),
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue