Skip to content
Snippets Groups Projects
Commit a90b8a1f authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Apply suggestion to src/store/modules/invites.js

parent d9c587c4
No related branches found
No related tags found
1 merge request!45Generate invite tokens from admin-fe
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
...@@ -14,7 +14,7 @@ const invites = { ...@@ -14,7 +14,7 @@ const invites = {
state.newToken = token state.newToken = token
}, },
SET_TOKENS: (state, tokens) => { SET_TOKENS: (state, tokens) => {
state.inviteTokens = tokens.reverse() state.inviteTokens = tokens
} }
}, },
actions: { actions: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment