You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: loss of items in filtered state
Fixes a bug where the stack list would loose elements after a user
fetched the status of a stack from a filtered state. This would happen
because the stack reserve was configured to be replaced by the current
list's items on receiving a `TemplateFetchedMsg` message.