mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
StatusBarRegistration's component field must be optional for backwards compatability (#2211)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0d3505cfac
commit
92dfd80889
@ -8,7 +8,7 @@ interface StatusBarComponents {
|
||||
}
|
||||
|
||||
interface StatusBarRegistrationV2 {
|
||||
components: StatusBarComponents;
|
||||
components?: StatusBarComponents; // has to be optional for backwards compatability
|
||||
}
|
||||
|
||||
export interface StatusBarRegistration extends StatusBarRegistrationV2 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user