Name-Examination Vue 3: error occurs when 'Approve' a name
When Approve/Quick Approve a name, an error occurred in Developers tools console, although, everything works fine after it.

After approved, the name-examination needs to be reload. However, the currentNameChoice is not set when nrStatus = 'APPROVED' https://github.com/bcgov/name-examination/blob/main/store/examine/index.ts#L491 so that after pushDecision, currentNameObj = undefined and the error occurred https://github.com/bcgov/name-examination/blob/main/store/examine/index.ts#L654
test: open Developers Tools and watch on console when approving a name. No error should be shown in console.
deployed in both TEST and DEV environment. Ready for testing
@eve-git I tested. I didnt get that error. I however got another one that might need to be investigated.
Moving this along since another bug (20917) ticket has been created