mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Fix actions (#727)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
11266c080e
commit
ceaadd65ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user