Skip to content

Commit 095b226

Browse files
committed
chore: Updates comments for entities
1 parent 38fbd20 commit 095b226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ConfigurationPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface ConfigurationPanelProps {
1212
componentId: string;
1313
/** Optional parameter name to highlight */
1414
highlightParam?: string;
15-
/** Entity type for API calls (unused currently, defaults to 'components') */
15+
/** Entity type for API calls */
1616
entityType?: 'components' | 'apps';
1717
}
1818

src/components/OperationsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ interface OperationsPanelProps {
4545
componentId: string;
4646
/** Optional: highlight and auto-expand a specific operation */
4747
highlightOperation?: string;
48-
/** Entity type for API calls (unused currently, defaults to 'components') */
48+
/** Entity type for API calls */
4949
entityType?: 'components' | 'apps';
5050
}
5151

0 commit comments

Comments
 (0)