Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: make these UIConfigState properties optional
This change fixes Typescript errors encountered trying to work in our cloud code. Codebases that load multiple versions of our cluster-ui package (read: managed-service) need a lowest-common-denominator expression for their default UIConfigState. Properties like these `showTerminateActions` flags that exist only for versions >= 21.2 must therefore be marked as optional. Release note: None
- Loading branch information