classic-ui/modules/account/store/actions/highlightNoteAccount.js

4 lines
174 B
JavaScript
Raw Normal View History

2022-10-13 16:50:29 +03:00
export function highlightNoteAccount({ dispatch }, { isHighlighted }) {
dispatch('createMutation', { type: 'SET_HIGHLIGHT_NOTE_ACCOUNT', payload: { isHighlighted } })
}