This commit is contained in:
F4ilji
2026-04-10 09:01:47 +05:00
parent 1c6f09ed80
commit 9e35cf848d
25 changed files with 195 additions and 155 deletions
@@ -350,7 +350,6 @@ export default {
sub_section_id: this.page.sub_section_id || '',
code: this.page.code || '200',
searchable: this.page.searchable === 1 || this.page.searchable === true || this.page.searchable === '1',
icon: this.page.icon || 'heroicon-o-academic-cap',
content: this.page.content || [],
settings: {
hide_page_sub_section_links: this.page.settings?.hide_page_sub_section_links || false,