Fix typo
This commit is contained in:
parent
89b154970d
commit
c67db75586
@ -129,7 +129,7 @@ export const mutations: MutationTree<State> & Mutations = {
|
||||
state.configurationHash = undefined;
|
||||
},
|
||||
|
||||
//Set messsages from the initial config fetch
|
||||
//Set messages from the initial config fetch
|
||||
[MutationTypes.SET_MESSAGES](state: State, messages: LiveAtlasMessageConfig) {
|
||||
state.messages = Object.assign(state.messages, messages);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user