Fix actions (#727)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2021-12-23 21:01:11 +06:00 committed by GitHub
parent 11266c080e
commit ceaadd65ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,12 +55,8 @@ async function Move (object: Doc): Promise<void> {
export default async (): Promise<Resources> => ({
actionImpl: {
Delete: {
apply: Delete
},
Move: {
apply: Move
}
Delete: Delete,
Move: Move
},
component: {
StringEditor,