We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbda5d0 commit d8d109bCopy full SHA for d8d109b
1 file changed
resources/js/Pages/Show/Show.vue
@@ -64,6 +64,7 @@
64
const sectionsWithAlwaysFirst = computed<typeof show.layout.sections>(() => {
65
if(show.layout.sections[0] && (
66
show.sectionHasField(show.layout.sections[0], 'entityList')
67
+ || show.sectionHasField(show.layout.sections[0], 'dashboard')
68
|| show.layout.sections[0].title
69
|| show.sectionCommands(show.layout.sections[0])?.flat().length
70
)
0 commit comments