Add "isEncryptionSupport" mock.

This commit is contained in:
Vladislav Makhov 2020-10-21 17:08:36 +03:00
parent 2b59f1a34d
commit 06ecce0ca5

View File

@ -59,6 +59,7 @@ const initialState = {
guestCaption: "Guest",
guestsCaption: "Guests",
},
isEncryptionSupport: false // TODO: should switch to "true", when desktop editors client uses
},
};