fix broken build

Signed-off-by: Mujib Ahasan <ahasanmujib8@gmail.com>
pull/31828/head
Mujib Ahasan 2 months ago
parent 812501e5cd
commit fe375c3b42

@ -300,11 +300,6 @@ func (l *List) filterSelector(releases []*release.Release, selector labels.Selec
// SetStateMask calculates the state mask based on parameters.
func (l *List) SetStateMask() {
if l.All {
l.StateMask = ListAll
return
}
state := ListStates(0)
if l.Deployed {
state |= ListDeployed

Loading…
Cancel
Save