diff --git a/plugins/view-resources/src/index.ts b/plugins/view-resources/src/index.ts index 8d7eaed24e..a57d7f60e3 100644 --- a/plugins/view-resources/src/index.ts +++ b/plugins/view-resources/src/index.ts @@ -55,12 +55,8 @@ async function Move (object: Doc): Promise { export default async (): Promise => ({ actionImpl: { - Delete: { - apply: Delete - }, - Move: { - apply: Move - } + Delete: Delete, + Move: Move }, component: { StringEditor,