0

This is the data:

Response Data Screen Short

I tried this way =>

this.result = res?.permissions?.action_findings.store;

Can you give me a proper answer?

Gowsegan
  • 5
  • 3

1 Answers1

1

If you want to use ? operator with bracket [] you should write:

res?.permissions?.["action_findings.store"]
Giovanni Esposito
  • 10,696
  • 1
  • 14
  • 30