mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-18 23:57:55 +02:00
Update dialogs layout (#1385)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
$: query.query(core.class.Space, { _id: spaceId }, result => { space = result[0] })
|
||||
|
||||
function showCreateDialog (ev: Event) {
|
||||
showPopup(createItemDialog as AnyComponent, { space: spaceId }, ev.target as HTMLElement)
|
||||
showPopup(createItemDialog as AnyComponent, { space: spaceId }, 'top')
|
||||
}
|
||||
|
||||
$: updateViewlets(viewlets)
|
||||
|
||||
Reference in New Issue
Block a user