Need help for correct way to update props #369
Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pdsavard
-
Thanks!
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a user object like:
user{
id: Number,
name: String,
permission: Permission[],
modules: Module []
}
I create a authStore like this:
I try to update the 2 collection in the "action" updateModulePerm, but I got an error on loggedUser:
Any idea? I am new to Elf, thank for your help.
Beta Was this translation helpful? Give feedback.
All reactions