Skip to content

Commit f43a480

Browse files
Copilothotlong
andcommitted
fix: clarify clickIntoRecordDetails removal comment
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 546332b commit f43a480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/console/src/utils/view-config-schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ function buildUserActionsSection(
12061206
// spec: NamedListView.inlineEdit (grid-only: only ObjectGrid supports inline editing)
12071207
buildSwitchField('inlineEdit', t('console.objectView.inlineEdit'), 'toggle-inlineEdit', true,
12081208
false, undefined, isGridView),
1209-
// NOTE: clickIntoRecordDetails removed — controlled implicitly via navigation mode, not directly consumed
1209+
// NOTE: clickIntoRecordDetails removed — behavior is handled by navigation mode config, not consumed as a standalone field by runtime
12101210
// spec: NamedListView.addDeleteRecordsInline (grid-only: inline add/delete is a grid feature)
12111211
buildSwitchField('addDeleteRecordsInline', t('console.objectView.addDeleteRecordsInline'), 'toggle-addDeleteRecordsInline', true,
12121212
false, undefined, isGridView),

0 commit comments

Comments
 (0)