Skip to content

Commit 8a9f98f

Browse files
author
David Emory
committed
fix(api): Add action for setAutoPlan
(file omitted from earlier autoplan commit)
1 parent b787b53 commit 8a9f98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/actions/ui.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { createAction } from 'redux-actions'
2+
3+
export const setAutoPlan = createAction('SET_AUTOPLAN')

0 commit comments

Comments
 (0)