Fix file dialog opening when sending chat messages

This commit is contained in:
Torjus
2018-07-30 11:29:37 +02:00
parent a90c287989
commit c908fa8855
4 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const chatmessages = (state = [], action) =>
case 'ADD_NEW_USER_FILE':
{
const { file } = action.payload;
const { file } = action.payload;
const message = createNewFile(file, 'client', 'Me', undefined);