classic-ui/modules/account/store/actions/highlightNoteAccount.js
Danil Kovtonyuk 44f31f8b9f
init
2022-04-22 13:14:19 +10:00

4 lines
171 B
JavaScript

export function highlightNoteAccount({ dispatch }, { isHighlighted }) {
dispatch('createMutation', { type: 'SET_HIGHLIGHT_NOTE_ACCOUNT', payload: { isHighlighted } })
}