Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 6371c41

Browse files
mtabernakontrollanten
authored andcommitted
fix(webview): add missing redux type
1 parent 73ccee0 commit 6371c41

File tree

1 file changed

+2
-0
lines changed
  • src/renderer/middlewares/Webviews

1 file changed

+2
-0
lines changed

src/renderer/middlewares/Webviews/types.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export const RELOAD_WEBVIEW = 'WEBVIEWS/RELOAD_WEBVIEW';
55
export const HIDE_WEBVIEWS = 'WEBVIEWS/HIDE_WEBVIEWS';
66

77
export const WEBVIEW_ERROR = 'WEBVIEWS/WEBVIEW_ERROR';
8+
9+
export const UPDATE_UNREAD_EMAILS = 'WEBVIEWS/UPDATE_UNREAD_EMAILS';

0 commit comments

Comments
 (0)