This commit is contained in:
James Lyne 2021-07-20 20:37:42 +01:00
parent 89b154970d
commit c67db75586

View File

@ -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);
},