Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Fixes

* Fixes `AposBreadcrumbSwith` tooltip prop that is supposed to be an object, not a string. Object returned from the shared method `getOperationTooltip`.

## 4.23.0 (2025-10-30)

### Adds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
required: true
},
tooltip: {
type: String,
type: Object,
default: null
},
disabled: {
Expand Down