mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +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> => ({
|
export default async (): Promise<Resources> => ({
|
||||||
actionImpl: {
|
actionImpl: {
|
||||||
Delete: {
|
Delete: Delete,
|
||||||
apply: Delete
|
Move: Move
|
||||||
},
|
|
||||||
Move: {
|
|
||||||
apply: Move
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
component: {
|
component: {
|
||||||
StringEditor,
|
StringEditor,
|
||||||
|
Loading…
Reference in New Issue
Block a user