aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/actions.js')
-rw-r--r--src/features/todos/actions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/todos/actions.js b/src/features/todos/actions.js
index a6090a259..dc63d5fcd 100644
--- a/src/features/todos/actions.js
+++ b/src/features/todos/actions.js
@@ -5,6 +5,7 @@ export const todoActions = createActionsFromDefinitions({
5 resize: { 5 resize: {
6 width: PropTypes.number.isRequired, 6 width: PropTypes.number.isRequired,
7 }, 7 },
8 toggleTodosPanel: {},
8 setTodosWebview: { 9 setTodosWebview: {
9 webview: PropTypes.instanceOf(Element).isRequired, 10 webview: PropTypes.instanceOf(Element).isRequired,
10 }, 11 },