In my search for a solution, I came across another post suggesting that this approach would be effective. However, despite implementing it, I encountered the following error message: 'TypeError: Cannot convert undefined or null to object'
computed: {
...mapGetters ("candidates", ["people"] ),
...mapGetters ("editPersonDialog" ["tasks"] ),
}