Fix Add item modal not defaulting to the correct item type based on active filter selection
Code changes
src/app/modules/vault/modules/individual-vault/individual-vault.component.ts: Use activeFilter type and remove type variable that is no longer needed because the type is now stored in the activeFilter object.
Type of change
Objective
Fix Add item modal not defaulting to the correct item type based on active filter selection
Code changes
type
variable that is no longer needed because the type is now stored in theactiveFilter
object.Screenshots
https://user-images.githubusercontent.com/8926729/169889941-0ed3f14d-385a-4074-be48-aad9c51f0978.mov
Before you submit
npm run lint
) (required)