Skip to content

Commit e115491

Browse files
committed
Update ObjectStatus.mdx
1 parent f037bac commit e115491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/ObjectStatus/ObjectStatus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For lists or tables from `@ui5/webcomponents(-fiori/-ai/-compat)` (e.g., `List`,
7171
```
7272

7373
```tsx
74-
function ObjectStatusInListOrTable(objectStatusProps: ObjectStatusPropTypes) {
74+
function ObjectStatusInListOrTable(objectStatusProps: Omit<ObjectStatusPropTypes, 'inverted'>) {
7575
const atCols: AnalyticalTableColumnDefinition[] = useMemo(
7676
() => [
7777
{

0 commit comments

Comments
 (0)