Add missing RPL configuration for note tabs (#17092)
## Before <img width="3456" height="2160" alt="CleanShot 2026-01-12 at 12 03 52@2x" src="https://github.com/user-attachments/assets/3c7c28f7-b38a-40e2-b8d6-ba6385f823ee" /> ## After https://github.com/user-attachments/assets/16db3823-8b7d-4403-9901-75ee109680af
This commit is contained in:
committed by
GitHub
parent
94e5d93e60
commit
7735a0fc7d
+2
-1
@@ -86,8 +86,9 @@ export const DEFAULT_NOTE_RECORD_PAGE_LAYOUT: PageLayout = {
|
||||
__typename: 'PageLayoutTab',
|
||||
id: 'note-tab-note',
|
||||
title: 'Note',
|
||||
icon: 'IconNotes',
|
||||
position: 150,
|
||||
layoutMode: 'vertical-list',
|
||||
layoutMode: 'canvas',
|
||||
pageLayoutId: DEFAULT_NOTE_RECORD_PAGE_LAYOUT_ID,
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
|
||||
+2
-1
@@ -83,8 +83,9 @@ export const DEFAULT_TASK_RECORD_PAGE_LAYOUT: PageLayout = {
|
||||
__typename: 'PageLayoutTab',
|
||||
id: 'task-tab-note',
|
||||
title: 'Note',
|
||||
icon: 'IconNotes',
|
||||
position: 150,
|
||||
layoutMode: 'vertical-list',
|
||||
layoutMode: 'canvas',
|
||||
pageLayoutId: DEFAULT_TASK_RECORD_PAGE_LAYOUT_ID,
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user