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

4 lines
171 B
JavaScript
Raw Normal View History

2022-04-22 06:05:56 +03:00
export function highlightNoteAccount({ dispatch }, { isHighlighted }) {
dispatch('createMutation', { type: 'SET_HIGHLIGHT_NOTE_ACCOUNT', payload: { isHighlighted } })
}