Skip to content

Commit

Permalink
fixing bug #10624
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasEYSSERIC committed Apr 25, 2019
1 parent 89f0c75 commit 129c840
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@
if (draftEnabled || validatorsMustBeSet) {
displayPasteDialog(draftEnabled, validatorsMustBeSet, params);
} else {
sendPasteAction(folderId, extraParams);
sendPasteAction(folderId, "");
}
}
Expand Down

0 comments on commit 129c840

Please sign in to comment.