Add Card component. Fix Popup. (#135)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-09-03 15:59:05 +02:00
committed by GitHub
parent 7a99603734
commit 246a4b3b5e
9 changed files with 151 additions and 69 deletions
@@ -42,7 +42,7 @@
label: model.addSpaceLabel,
icon: IconAdd,
action: async (): Promise<void> => {
showPopup(model.createComponent, {})
showPopup(model.createComponent, {}, 'right')
}
}