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 dc63d5fcd..1ccc9a592 100644
--- a/src/features/todos/actions.js
+++ b/src/features/todos/actions.js
@@ -6,6 +6,7 @@ export const todoActions = createActionsFromDefinitions({
6 width: PropTypes.number.isRequired, 6 width: PropTypes.number.isRequired,
7 }, 7 },
8 toggleTodosPanel: {}, 8 toggleTodosPanel: {},
9 toggleTodosFeatureVisibility: {},
9 setTodosWebview: { 10 setTodosWebview: {
10 webview: PropTypes.instanceOf(Element).isRequired, 11 webview: PropTypes.instanceOf(Element).isRequired,
11 }, 12 },