mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 09:47:43 +02:00
Add Card component. Fix Popup. (#135)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
label: model.addSpaceLabel,
|
||||
icon: IconAdd,
|
||||
action: async (): Promise<void> => {
|
||||
showPopup(model.createComponent, {})
|
||||
showPopup(model.createComponent, {}, 'right')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user