Skip to content
Snippets Groups Projects
Commit b6abde3a authored by Florent Lavelle's avatar Florent Lavelle Committed by m431m
Browse files
parent af3c8626
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ export const SET_ORGANISATIONS_ROLES = 'SET_ORGANISATIONS_ROLES';
const mutations = {
SET_ORGANISATIONS_LIST: (state, payload) => {
console.log(payload);
if (payload && payload.length) {
state.organisationsList = payload.sort((a, b) => a.display_name.localeCompare(b.display_name));
} else {
......
......@@ -389,7 +389,7 @@ export default {
},
data() {
return {
loading: true,
loading: false,
form: {
first_name: null,
last_name: null,
......
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