mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
Fix actions (#727)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user