We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f037bac commit e115491Copy full SHA for e115491
packages/main/src/components/ObjectStatus/ObjectStatus.mdx
@@ -71,7 +71,7 @@ For lists or tables from `@ui5/webcomponents(-fiori/-ai/-compat)` (e.g., `List`,
71
```
72
73
```tsx
74
- function ObjectStatusInListOrTable(objectStatusProps: ObjectStatusPropTypes) {
+ function ObjectStatusInListOrTable(objectStatusProps: Omit<ObjectStatusPropTypes, 'inverted'>) {
75
const atCols: AnalyticalTableColumnDefinition[] = useMemo(
76
() => [
77
{
0 commit comments