Skip to content

Commit 449d9ca

Browse files
(added) added ON_HOVER action function in action.ts
1 parent 2bfc3fa commit 449d9ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/actions/actions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ export const deleteTab = tab => ({
7777
export const resetSlider = () => ({
7878
type: types.SLIDER_ZERO,
7979
});
80+
81+
export const onHover = () => ({
82+
type: types.ON_HOVER,
83+
payload: 'PAYLOAD FROM onHover inside of action.ts'
84+
})

0 commit comments

Comments
 (0)