Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-04-02 11:06:48 +07:00
committed by GitHub
parent e2ae4b157e
commit b6de3da74a
75 changed files with 1007 additions and 379 deletions
@@ -115,8 +115,7 @@
label={view.string.Move}
size={'small'}
disabled={object.space === currentSpace?._id || status !== OK}
transparent
primary
kind={'primary'}
on:click={() => {
move(object)
}}
@@ -124,7 +123,6 @@
<Button
size={'small'}
label={view.string.Cancel}
transparent
on:click={() => {
dispatch('close')
}}